Skip to content

Commit 60466d6

Browse files
[pre-commit.ci] pre-commit autoupdate (#1222)
updates: - [github.com/pycqa/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0) - [github.com/asottile/pyupgrade: v3.9.0 → v3.10.1](asottile/pyupgrade@v3.9.0...v3.10.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8a6d71a commit 60466d6

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
@@ -14,7 +14,7 @@ repos:
1414
language_version: python3.8
1515

1616
- repo: https://github.com/pycqa/flake8
17-
rev: 6.0.0
17+
rev: 6.1.0
1818
hooks:
1919
- id: flake8
2020
args:
@@ -47,7 +47,7 @@ repos:
4747
- "--strict"
4848

4949
- repo: https://github.com/asottile/pyupgrade
50-
rev: v3.9.0
50+
rev: v3.10.1
5151
hooks:
5252
- id: pyupgrade
5353
args: [--py38-plus]

0 commit comments

Comments
 (0)