Skip to content

Commit c6ce07a

Browse files
Update pre-commit hooks
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.4.0 → 26.1.0](psf/black-pre-commit-mirror@24.4.0...26.1.0) - [github.com/asottile/pyupgrade: v3.15.2 → v3.21.2](asottile/pyupgrade@v3.15.2...v3.21.2) - [github.com/PyCQA/isort: 5.13.2 → 8.0.1](PyCQA/isort@5.13.2...8.0.1) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - [github.com/Lucas-C/pre-commit-hooks: v1.5.5 → v1.5.6](Lucas-C/pre-commit-hooks@v1.5.5...v1.5.6)
1 parent 93597ca commit c6ce07a

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
@@ -5,19 +5,19 @@ ci:
55
autoupdate_schedule: monthly
66

77
repos:
8-
- repo: https://github.com/psf/black
9-
rev: 24.4.0
8+
- repo: https://github.com/psf/black-pre-commit-mirror
9+
rev: 26.1.0
1010
hooks:
1111
- id: black
1212

1313
- repo: https://github.com/asottile/pyupgrade
14-
rev: v3.15.2
14+
rev: v3.21.2
1515
hooks:
1616
- id: pyupgrade
1717
args: [--py36-plus]
1818

1919
- repo: https://github.com/PyCQA/isort
20-
rev: 5.13.2
20+
rev: 8.0.1
2121
hooks:
2222
- id: isort
2323
additional_dependencies: [toml]
@@ -31,14 +31,14 @@ repos:
3131
- flake8-comprehensions
3232

3333
- repo: https://github.com/pre-commit/pre-commit-hooks
34-
rev: v4.6.0
34+
rev: v6.0.0
3535
hooks:
3636
- id: end-of-file-fixer
3737
- id: mixed-line-ending
3838
- id: trailing-whitespace
3939

4040
- repo: https://github.com/Lucas-C/pre-commit-hooks
41-
rev: v1.5.5
41+
rev: v1.5.6
4242
hooks:
4343
- id: forbid-crlf
4444
exclude: docs/make.bat

0 commit comments

Comments
 (0)