Skip to content

Commit febfb58

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 5.12.0 → 9.0.0b2](PyCQA/isort@5.12.0...9.0.0b2) - https://github.com/ambv/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 22.3.0 → 26.5.1](psf/black-pre-commit-mirror@22.3.0...26.5.1) - [github.com/pre-commit/mirrors-mypy: v0.941 → v2.3.0](pre-commit/mirrors-mypy@v0.941...v2.3.0) - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.1.0...v6.0.0) - [github.com/pycqa/flake8: 4.0.1 → 7.3.0](PyCQA/flake8@4.0.1...7.3.0) - [github.com/asottile/pyupgrade: v2.31.1 → v3.21.2](asottile/pyupgrade@v2.31.1...v3.21.2) - [github.com/compilerla/conventional-pre-commit: v1.2.0 → v4.4.0](compilerla/conventional-pre-commit@v1.2.0...v4.4.0)
1 parent d677dac commit febfb58

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pycqa/isort
3-
rev: 5.12.0
3+
rev: 9.0.0b2
44
hooks:
55
- id: isort
66
args: [
@@ -9,21 +9,21 @@ repos:
99
"--skip=migrations"
1010
]
1111

12-
- repo: https://github.com/ambv/black
13-
rev: 22.3.0
12+
- repo: https://github.com/psf/black-pre-commit-mirror
13+
rev: 26.5.1
1414
hooks:
1515
- id: black
1616
language_version: python3.9
1717

1818
- repo: https://github.com/pre-commit/mirrors-mypy
19-
rev: "v0.941" # Use the sha / tag you want to point at
19+
rev: "v2.3.0" # Use the sha / tag you want to point at
2020
hooks:
2121
- id: mypy
2222
args: [ "--allow-untyped-globals", "--ignore-missing-imports" ]
2323
additional_dependencies: [ types-all ]
2424

2525
- repo: https://github.com/pre-commit/pre-commit-hooks
26-
rev: v4.1.0
26+
rev: v6.0.0
2727
hooks:
2828
- id: trailing-whitespace
2929
- id: check-yaml
@@ -33,7 +33,7 @@ repos:
3333
- id: check-added-large-files
3434

3535
- repo: https://github.com/pycqa/flake8
36-
rev: "4.0.1" # pick a git hash / tag to point to
36+
rev: "7.3.0" # pick a git hash / tag to point to
3737
hooks:
3838
- id: flake8
3939
args: [ "--ignore=E501,W503,W504,E203,E251,E266,E401,E126,E124,C901" ]
@@ -42,13 +42,13 @@ repos:
4242
]
4343

4444
- repo: https://github.com/asottile/pyupgrade
45-
rev: v2.31.1
45+
rev: v3.21.2
4646
hooks:
4747
- id: pyupgrade
4848
args:
4949
- "--py37-plus"
5050
- repo: https://github.com/compilerla/conventional-pre-commit
51-
rev: v1.2.0
51+
rev: v4.4.0
5252
hooks:
5353
- id: conventional-pre-commit
5454
stages: [commit-msg]

0 commit comments

Comments
 (0)