Skip to content

Commit aaf0ca3

Browse files
committed
update dependencies
1 parent ec4e5a2 commit aaf0ca3

File tree

3 files changed

+355
-352
lines changed

3 files changed

+355
-352
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,30 @@ ci:
22
autoupdate_schedule: monthly
33
repos:
44
- repo: https://github.com/asottile/pyupgrade
5-
rev: v3.1.0
5+
rev: v3.3.1
66
hooks:
77
- id: pyupgrade
88
args: ["--py37-plus"]
99
- repo: https://github.com/asottile/reorder_python_imports
10-
rev: v3.8.4
10+
rev: v3.9.0
1111
hooks:
1212
- id: reorder-python-imports
1313
files: "^(?!examples/)"
1414
args: ["--py37-plus", "--application-directories", "src"]
1515
- repo: https://github.com/psf/black
16-
rev: 22.10.0
16+
rev: 22.12.0
1717
hooks:
1818
- id: black
1919
args: ["--target-version", "py37"]
2020
- repo: https://github.com/PyCQA/flake8
21-
rev: 5.0.4
21+
rev: 6.0.0
2222
hooks:
2323
- id: flake8
2424
additional_dependencies:
2525
- flake8-bugbear
2626
- flake8-implicit-str-concat
27-
- repo: https://github.com/peterdemin/pip-compile-multi
28-
rev: v2.4.6
29-
hooks:
30-
- id: pip-compile-multi-verify
3127
- repo: https://github.com/pre-commit/pre-commit-hooks
32-
rev: v4.3.0
28+
rev: v4.4.0
3329
hooks:
3430
- id: fix-byte-order-marker
3531
- id: trailing-whitespace

0 commit comments

Comments
 (0)