Skip to content

Commit e02265d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 19.3b0 → 24.3.0](psf/black@19.3b0...24.3.0) - https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.7.8 → 7.0.0](PyCQA/flake8@3.7.8...7.0.0) - https://github.com/pre-commit/mirrors-isorthttps://github.com/PyCQA/isort - [github.com/PyCQA/isort: v4.3.21 → 5.13.2](PyCQA/isort@v4.3.21...5.13.2) - [github.com/pre-commit/pre-commit-hooks: v2.3.0 → v4.6.0](pre-commit/pre-commit-hooks@v2.3.0...v4.6.0)
1 parent 89e573f commit e02265d

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
@@ -1,15 +1,15 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 19.3b0
3+
rev: 24.3.0
44
hooks:
55
- id: black
66
language_version: python3.7
77
# override until resolved: https://github.com/ambv/black/issues/402
88
files: \.pyi?$
99
types: []
1010

11-
- repo: https://gitlab.com/pycqa/flake8
12-
rev: 3.7.8
11+
- repo: https://github.com/PyCQA/flake8
12+
rev: 7.0.0
1313
hooks:
1414
- id: flake8
1515
language_version: python3.7
@@ -23,15 +23,15 @@ repos:
2323
- flake8-todo
2424
- flake8-builtins
2525

26-
- repo: https://github.com/pre-commit/mirrors-isort
27-
rev: v4.3.21
26+
- repo: https://github.com/PyCQA/isort
27+
rev: 5.13.2
2828
hooks:
2929
- id: isort
3030
additional_dependencies: [toml]
3131
language_version: python3.7
3232

3333
- repo: https://github.com/pre-commit/pre-commit-hooks
34-
rev: v2.3.0
34+
rev: v4.6.0
3535
hooks:
3636
- id: trailing-whitespace
3737
- id: end-of-file-fixer

0 commit comments

Comments
 (0)