Skip to content

Commit e1abe00

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/PyCQA/flake8: 7.1.2 → 7.2.0](PyCQA/flake8@7.1.2...7.2.0)
1 parent 9795bdb commit e1abe00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ exclude: 'versioneer\.py|_version\.py'
1313
repos:
1414
# Autoformat: Python code, syntax patterns are modernized
1515
- repo: https://github.com/asottile/pyupgrade
16-
rev: v3.19.1
16+
rev: v3.20.0
1717
hooks:
1818
- id: pyupgrade
1919
args:
@@ -66,7 +66,7 @@ repos:
6666

6767
# Lint: Python code
6868
- repo: https://github.com/PyCQA/flake8
69-
rev: "7.1.2"
69+
rev: "7.2.0"
7070
hooks:
7171
- id: flake8
7272

0 commit comments

Comments
 (0)