Skip to content

Commit 1ea0b34

Browse files
[pre-commit.ci] Auto-update from pre-commit
updates: - [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.2.0...v4.4.0) - [github.com/asottile/pyupgrade: v2.32.1 → v3.11.0](asottile/pyupgrade@v2.32.1...v3.11.0) - https://github.com/myint/autoflakehttps://github.com/PyCQA/autoflake - [github.com/PyCQA/autoflake: v1.4 → v2.2.1](PyCQA/autoflake@v1.4...v2.2.1) - [github.com/pycqa/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0) - [github.com/psf/black: 22.3.0 → 23.9.1](psf/black@22.3.0...23.9.1)
1 parent b39a2b4 commit 1ea0b34

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.2.0
5+
rev: v4.4.0
66
hooks:
77
- id: check-added-large-files
88
- id: check-toml
@@ -12,14 +12,14 @@ repos:
1212
- id: end-of-file-fixer
1313
- id: trailing-whitespace
1414
- repo: https://github.com/asottile/pyupgrade
15-
rev: v2.32.1
15+
rev: v3.11.0
1616
hooks:
1717
- id: pyupgrade
1818
args:
1919
- --py3-plus
2020
- --keep-runtime-typing
21-
- repo: https://github.com/myint/autoflake
22-
rev: v1.4
21+
- repo: https://github.com/PyCQA/autoflake
22+
rev: v2.2.1
2323
hooks:
2424
- id: autoflake
2525
args:
@@ -32,7 +32,7 @@ repos:
3232
- __init__.py
3333
- --remove-duplicate-keys
3434
- repo: https://github.com/pycqa/isort
35-
rev: 5.10.1
35+
rev: 5.12.0
3636
hooks:
3737
- id: isort
3838
name: isort (python)
@@ -43,7 +43,7 @@ repos:
4343
name: isort (pyi)
4444
types: [pyi]
4545
- repo: https://github.com/psf/black
46-
rev: 22.3.0
46+
rev: 23.9.1
4747
hooks:
4848
- id: black
4949
ci:

0 commit comments

Comments
 (0)