We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1581fe8 commit 3aa75c8Copy full SHA for 3aa75c8
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
# https://pre-commit.com/
2
repos:
3
- repo: https://github.com/pre-commit/pre-commit-hooks
4
- rev: v4.3.0
+ rev: v4.4.0
5
hooks:
6
- id: trailing-whitespace
7
- id: end-of-file-fixer
@@ -10,7 +10,7 @@ repos:
10
- id: mixed-line-ending
11
# This wants to go before isort & flake8
12
- repo: https://github.com/PyCQA/autoflake
13
- rev: "v1.7.7"
+ rev: "v2.0.0"
14
15
- id: autoflake # isort should run before black as black sometimes tweaks the isort output
16
args: ["--in-place", "--ignore-init-module-imports"]
@@ -38,7 +38,7 @@ repos:
38
additional_dependencies: ["black==22.10.0"]
39
- id: blackdoc-autoupdate-black
40
- repo: https://github.com/PyCQA/flake8
41
- rev: 5.0.4
+ rev: 6.0.0
42
43
- id: flake8
44
# - repo: https://github.com/Carreau/velin
0 commit comments