Skip to content

Commit 4cb99b4

Browse files
authored
Merge pull request #252 from Borda/precommit/update
precommit: update versions & apply
2 parents 3ccb5c1 + 438d99a commit 4cb99b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repos:
3-
- repo: https://github.com/psf/black
4-
rev: 23.11.0
3+
- repo: https://github.com/psf/black-pre-commit-mirror
4+
rev: 24.2.0
55
hooks:
66
- id: black
77
args: [--safe, --quiet, --target-version, py37]
@@ -16,7 +16,7 @@ repos:
1616
- id: debug-statements
1717
language_version: python3
1818
- repo: https://github.com/PyCQA/flake8
19-
rev: 6.1.0
19+
rev: 7.0.0
2020
hooks:
2121
- id: flake8
2222
language_version: python3
@@ -27,7 +27,7 @@ repos:
2727
- id: reorder-python-imports
2828
args: ['--application-directories=.:src', --py3-plus]
2929
- repo: https://github.com/asottile/pyupgrade
30-
rev: v3.15.0
30+
rev: v3.15.1
3131
hooks:
3232
- id: pyupgrade
3333
args: [--py37-plus]

0 commit comments

Comments
 (0)