Skip to content

Commit 6595684

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 7.0.0 → 9.0.0b2](PyCQA/isort@7.0.0...9.0.0b2) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 26.1.0 → 26.5.1](psf/black-pre-commit-mirror@26.1.0...26.5.1) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v2.3.0](pre-commit/mirrors-mypy@v1.19.1...v2.3.0)
1 parent 2138482 commit 6595684

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ repos:
1818
args: ['--fix=auto'] # replace 'auto' with 'lf' to enforce Linux/Mac line endings or 'crlf' for Windows
1919

2020
- repo: https://github.com/pycqa/isort
21-
rev: 7.0.0
21+
rev: 9.0.0b2
2222
hooks:
2323
- id: isort
2424
args: ["--profile", "black", "--filter-files"]
2525

26-
- repo: https://github.com/psf/black
27-
rev: 26.1.0
26+
- repo: https://github.com/psf/black-pre-commit-mirror
27+
rev: 26.5.1
2828
hooks:
2929
- id: black
3030
language_version: python3
@@ -37,7 +37,7 @@ repos:
3737
# additional_dependencies: [flake8-bugbear]
3838

3939
- repo: https://github.com/pre-commit/mirrors-mypy
40-
rev: v1.19.1 # Use the sha / tag you want to point at
40+
rev: v2.3.0 # Use the sha / tag you want to point at
4141
hooks:
4242
- id: mypy
4343
additional_dependencies: ['types-requests']

0 commit comments

Comments
 (0)