Skip to content

Commit ddb9aa1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.15.2 → v3.16.0](asottile/pyupgrade@v3.15.2...v3.16.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0)
1 parent 85a7bcc commit ddb9aa1

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.15.2
16+
rev: v3.16.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.0.0"
69+
rev: "7.1.0"
7070
hooks:
7171
- id: flake8
7272

0 commit comments

Comments
 (0)