Mentions légales du service

Skip to content
Snippets Groups Projects
Unverified Commit fd8b2939 authored by Henry Schreiner's avatar Henry Schreiner
Browse files

chore(deps): update pre-commit


Signed-off-by: default avatarHenry Schreiner <henryschreineriii@gmail.com>
parent 35b3bc29
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ ci: ...@@ -19,7 +19,7 @@ ci:
repos: repos:
# Standard hooks # Standard hooks
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0 rev: v4.3.0
hooks: hooks:
- id: check-added-large-files - id: check-added-large-files
- id: check-case-conflict - id: check-case-conflict
...@@ -35,7 +35,7 @@ repos: ...@@ -35,7 +35,7 @@ repos:
# Black, the code formatter, natively supports pre-commit # Black, the code formatter, natively supports pre-commit
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 22.3.0 rev: 22.10.0
hooks: hooks:
- id: black - id: black
exclude: ^(docs) exclude: ^(docs)
...@@ -48,14 +48,14 @@ repos: ...@@ -48,14 +48,14 @@ repos:
# Upgrade older Python syntax # Upgrade older Python syntax
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: v2.31.1 rev: v3.1.0
hooks: hooks:
- id: pyupgrade - id: pyupgrade
args: ["--py36-plus"] args: ["--py36-plus"]
# Changes tabs to spaces # Changes tabs to spaces
- repo: https://github.com/Lucas-C/pre-commit-hooks - repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.13 rev: v1.3.1
hooks: hooks:
- id: remove-tabs - id: remove-tabs
exclude: ^(docs) exclude: ^(docs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment