Skip to content

Commit 72d572d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/asottile/pyupgrade: v3.2.2 → v3.3.1](asottile/pyupgrade@v3.2.2...v3.3.1) - [github.com/hadialqattan/pycln: v2.1.2 → v2.1.3](hadialqattan/pycln@v2.1.2...v2.1.3) - [github.com/psf/black: 22.10.0 → 22.12.0](psf/black@22.10.0...22.12.0) - [github.com/pycqa/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0)
1 parent 07d10d8 commit 72d572d

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

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.3.0
7+
rev: v4.4.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.2.2
23+
rev: v3.3.1
2424
hooks:
2525
- id: pyupgrade
2626
args: [ --py310-plus ]
2727

2828
# A formatter for finding and removing unused import statements.
2929
- repo: https://github.com/hadialqattan/pycln
30-
rev: v2.1.2
30+
rev: v2.1.3
3131
hooks:
3232
- id: pycln
3333
args: [ --all ]
@@ -44,15 +44,15 @@ repos:
4444

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

5151

5252

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

0 commit comments

Comments
 (0)