Skip to content

Commit fd34de5

Browse files
committed
Update pre-commit hooks
1 parent 413ec4d commit fd34de5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# pre-commit run --all-files
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v5.0.0
4+
rev: v6.0.0
55
hooks:
66
- id: check-merge-conflict
77
- id: debug-statements
88
- id: mixed-line-ending
99
- id: check-case-conflict
1010
- id: check-yaml
1111
- repo: https://github.com/asottile/reorder_python_imports
12-
rev: v3.14.0
12+
rev: v3.15.0
1313
hooks:
1414
- id: reorder-python-imports
1515
args: [--application-directories=python,
1616
]
1717
- repo: https://github.com/asottile/pyupgrade
18-
rev: v3.19.1
18+
rev: v3.20.0
1919
hooks:
2020
- id: pyupgrade
2121
args: [--py3-plus, --py37-plus]
@@ -25,13 +25,13 @@ repos:
2525
- id: black
2626
language_version: python3
2727
- repo: https://github.com/pycqa/flake8
28-
rev: 7.1.2
28+
rev: 7.3.0
2929
hooks:
3030
- id: flake8
3131
args: [--config=.flake8]
3232
additional_dependencies: ["flake8-bugbear==22.10.27", "flake8-builtins==2.0.1"]
3333
- repo: https://github.com/adamchainz/blacken-docs
34-
rev: 1.19.1
34+
rev: 1.20.0
3535
hooks:
3636
- id: blacken-docs
3737
args: [--skip-errors]

0 commit comments

Comments
 (0)