Skip to content

Commit 7d504c3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/asottile/pyupgrade: v3.4.0 → v3.15.0](asottile/pyupgrade@v3.4.0...v3.15.0) - [github.com/hadialqattan/pycln: v2.1.3 → v2.4.0](hadialqattan/pycln@v2.1.3...v2.4.0) - https://github.com/sqlalchemyorg/zimports/: v0.6.0 → v0.6.1 - [github.com/psf/black: 23.3.0 → 24.1.1](psf/black@23.3.0...24.1.1) - [github.com/pycqa/flake8: 5.0.4 → 7.0.0](PyCQA/flake8@5.0.4...7.0.0)
1 parent 13e5224 commit 7d504c3

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
@@ -4,7 +4,7 @@
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.4.0
7+
rev: v4.5.0
88
hooks:
99
- id: check-added-large-files # prevents giant files from being committed.
1010
- id: check-case-conflict # checks for files that would conflict in case-insensitive filesystems.
@@ -20,14 +20,14 @@ repos:
2020

2121
# A tool to automatically upgrade syntax for newer versions of the python language.
2222
- repo: https://github.com/asottile/pyupgrade
23-
rev: v3.4.0
23+
rev: v3.15.0
2424
hooks:
2525
- id: pyupgrade
2626
args: [ --py38-plus ]
2727

2828
# A formatter for finding and removing unused import statements.
2929
- repo: https://github.com/hadialqattan/pycln
30-
rev: v2.1.3
30+
rev: v2.4.0
3131
hooks:
3232
- id: pycln
3333
args: [ --all ]
@@ -37,20 +37,20 @@ repos:
3737
# is set to the same style that is enforced by zimports.
3838
# E.g. add `import-order-style = google` to your .flake8 file.
3939
- repo: https://github.com/sqlalchemyorg/zimports/
40-
rev: v0.6.0
40+
rev: v0.6.1
4141
hooks:
4242
- id: zimports
4343
args: [ --style=pycharm ]
4444

4545
# The uncompromising code formatter
4646
- repo: https://github.com/psf/black
47-
rev: 23.3.0
47+
rev: 24.1.1
4848
hooks:
4949
- id: black
5050

5151
# A tool to automatically fix common style issues in Python code. Has plugins.
5252
- repo: https://github.com/pycqa/flake8
53-
rev: '5.0.4' # fix to 5.0.4
53+
rev: '7.0.0' # fix to 5.0.4
5454
hooks:
5555
- id: flake8
5656
exclude: (__pycache__|.venv|tmp|.tox)

0 commit comments

Comments
 (0)