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:
repos:
# Standard hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.3.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
......@@ -35,7 +35,7 @@ repos:
# Black, the code formatter, natively supports pre-commit
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.10.0
hooks:
- id: black
exclude: ^(docs)
......@@ -48,14 +48,14 @@ repos:
# Upgrade older Python syntax
- repo: https://github.com/asottile/pyupgrade
rev: v2.31.1
rev: v3.1.0
hooks:
- id: pyupgrade
args: ["--py36-plus"]
# Changes tabs to spaces
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.13
rev: v1.3.1
hooks:
- id: remove-tabs
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