Skip to content

Commit f382f44

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v2.2.3 → v4.6.0](pre-commit/pre-commit-hooks@v2.2.3...v4.6.0) - [github.com/PyCQA/isort: 5.6.4 → 5.13.2](PyCQA/isort@5.6.4...5.13.2) - https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 8f9b4931b9a28896fb43edccb23016a7540f5b82 → 7.0.0](PyCQA/flake8@8f9b493...7.0.0) - [github.com/humitos/mirrors-autoflake: v1.3 → v1.1](humitos/mirrors-autoflake@v1.3...v1.1) - [github.com/psf/black: 19.10b0 → 24.4.2](psf/black@19.10b0...24.4.2)
1 parent 68d0eb5 commit f382f44

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ default_language_version:
22
python: python3.9
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v2.2.3
5+
rev: v4.6.0
66
hooks:
77
- id: check-merge-conflict
88
- id: check-added-large-files
@@ -15,27 +15,27 @@ repos:
1515
- id: pretty-format-json
1616
args: ["--autofix", "--allow-missing-credentials"]
1717
- repo: https://github.com/PyCQA/isort
18-
rev: 5.6.4
18+
rev: 5.13.2
1919
hooks:
2020
- id: isort
2121
args: ["--profile", "black"]
22-
- repo: https://gitlab.com/pycqa/flake8
23-
rev: "8f9b4931b9a28896fb43edccb23016a7540f5b82"
22+
- repo: https://github.com/PyCQA/flake8
23+
rev: "7.0.0"
2424
hooks:
2525
- id: flake8
2626
additional_dependencies: [flake8-print]
2727
files: '\.py$'
2828
args:
2929
- --select=F401,F403,F406,F821,T001,T003
3030
- repo: https://github.com/humitos/mirrors-autoflake
31-
rev: v1.3
31+
rev: v1.1
3232
hooks:
3333
- id: autoflake
3434
files: '\.py$'
3535
exclude: '^\..*'
3636
args: ["--in-place", "--remove-all-unused-imports"]
3737
- repo: https://github.com/psf/black
38-
rev: 19.10b0
38+
rev: 24.4.2
3939
hooks:
4040
- id: black
4141
args: ["--target-version", "py38"]

0 commit comments

Comments
 (0)