Skip to content

Commit 4f54d84

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.1.0](pre-commit/pre-commit-hooks@v4.0.1...v4.1.0) - [github.com/asottile/setup-cfg-fmt: v1.17.0 → v1.20.1](asottile/setup-cfg-fmt@v1.17.0...v1.20.1) - [github.com/PyCQA/flake8: 3.9.2 → 4.0.1](PyCQA/flake8@3.9.2...4.0.1) - [github.com/PyCQA/isort: 5.8.0 → 5.10.1](PyCQA/isort@5.8.0...5.10.1) - [github.com/psf/black: 21.5b2 → 22.3.0](psf/black@21.5b2...22.3.0) - [github.com/asottile/pyupgrade: v2.19.0 → v2.31.1](asottile/pyupgrade@v2.19.0...v2.31.1)
1 parent 66e37e5 commit 4f54d84

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ ci:
33
exclude: '(JSON|boards)'
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.0.1
6+
rev: v4.1.0
77
hooks:
88
- id: check-docstring-first
99
- id: end-of-file-fixer
1010
- id: trailing-whitespace
1111
- repo: https://github.com/asottile/setup-cfg-fmt
12-
rev: v1.17.0
12+
rev: v1.20.1
1313
hooks:
1414
- id: setup-cfg-fmt
1515
- repo: https://github.com/PyCQA/flake8
16-
rev: 3.9.2
16+
rev: 4.0.1
1717
hooks:
1818
- id: flake8
1919
additional_dependencies: [flake8-typing-imports==1.7.0]
@@ -23,15 +23,15 @@ repos:
2323
- id: autoflake
2424
args: ["--in-place", "--remove-all-unused-imports"]
2525
- repo: https://github.com/PyCQA/isort
26-
rev: 5.8.0
26+
rev: 5.10.1
2727
hooks:
2828
- id: isort
2929
- repo: https://github.com/psf/black
30-
rev: 21.5b2
30+
rev: 22.3.0
3131
hooks:
3232
- id: black
3333
- repo: https://github.com/asottile/pyupgrade
34-
rev: v2.19.0
34+
rev: v2.31.1
3535
hooks:
3636
- id: pyupgrade
3737
args: [--py37-plus]

0 commit comments

Comments
 (0)