Skip to content

Commit 4c19bcb

Browse files
[pre-commit.ci] pre-commit autoupdate (#511)
updates: - [github.com/PyCQA/autoflake: v2.2.0 → v2.2.1](PyCQA/autoflake@v2.2.0...v2.2.1) - [github.com/asottile/pyupgrade: v3.9.0 → v3.10.1](asottile/pyupgrade@v3.9.0...v3.10.1) - [github.com/asottile/blacken-docs: 1.15.0 → 1.16.0](adamchainz/blacken-docs@1.15.0...1.16.0) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d12ee94 commit 4c19bcb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/PyCQA/autoflake
3-
rev: v2.2.0
3+
rev: v2.2.1
44
hooks:
55
- id: autoflake
66
name: autoflake
@@ -15,7 +15,7 @@ repos:
1515
- id: check-yaml
1616
- id: debug-statements
1717
- repo: https://github.com/asottile/pyupgrade
18-
rev: v3.9.0
18+
rev: v3.10.1
1919
hooks:
2020
- id: pyupgrade
2121
- repo: https://github.com/psf/black
@@ -25,13 +25,13 @@ repos:
2525
args: [--safe, --quiet]
2626
language_version: python3
2727
- repo: https://github.com/asottile/blacken-docs
28-
rev: 1.15.0
28+
rev: 1.16.0
2929
hooks:
3030
- id: blacken-docs
3131
additional_dependencies: [black==23.1.0]
3232
language_version: python3
3333
- repo: https://github.com/PyCQA/flake8
34-
rev: 6.0.0
34+
rev: 6.1.0
3535
hooks:
3636
- id: flake8
3737
- repo: https://github.com/pre-commit/pygrep-hooks

0 commit comments

Comments
 (0)