Skip to content

Commit 321337b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.2.2 → v3.3.0](asottile/pyupgrade@v3.2.2...v3.3.0) - [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/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0)
1 parent 9101734 commit 321337b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ exclude: "(.*/)?secrets/.*"
1414
repos:
1515
# Autoformat: Python code, syntax patterns are modernized
1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v3.2.2
17+
rev: v3.3.0
1818
hooks:
1919
- id: pyupgrade
2020
args:
@@ -57,7 +57,7 @@ repos:
5757

5858
# Misc autoformatting and linting
5959
- repo: https://github.com/pre-commit/pre-commit-hooks
60-
rev: v4.3.0
60+
rev: v4.4.0
6161
hooks:
6262
- id: end-of-file-fixer
6363
exclude_types: [svg, css, json]
@@ -73,6 +73,6 @@ repos:
7373
7474
# Lint: Python code
7575
- repo: https://github.com/PyCQA/flake8
76-
rev: "5.0.4"
76+
rev: "6.0.0"
7777
hooks:
7878
- id: flake8

0 commit comments

Comments
 (0)