Skip to content

Commit 9f5ab0c

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.0](asottile/pyupgrade@v3.2.2...v3.3.0) - [github.com/pycqa/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0)
1 parent 07d10d8 commit 9f5ab0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
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,7 +20,7 @@ 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.0
2424
hooks:
2525
- id: pyupgrade
2626
args: [ --py310-plus ]
@@ -52,7 +52,7 @@ repos:
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)