Skip to content

Commit 98b49d4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v2.3.0 → v6.0.0](pre-commit/pre-commit-hooks@v2.3.0...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 26.5.1](psf/black-pre-commit-mirror@25.1.0...26.5.1) - [github.com/pycqa/isort: 6.0.1 → 9.0.0a3](PyCQA/isort@6.0.1...9.0.0a3) - [github.com/pylint-dev/pylint: v3.1.0 → v4.0.6](pylint-dev/pylint@v3.1.0...v4.0.6)
1 parent 7a1fc4e commit 98b49d4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v2.3.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
8-
- repo: https://github.com/psf/black
9-
rev: 25.1.0
8+
- repo: https://github.com/psf/black-pre-commit-mirror
9+
rev: 26.5.1
1010
hooks:
1111
- id: black
1212

1313
- repo: https://github.com/pycqa/isort
14-
rev: 6.0.1
14+
rev: 9.0.0a3
1515
hooks:
1616
- id: isort
1717

1818
- repo: https://github.com/pylint-dev/pylint
19-
rev: v3.1.0
19+
rev: v4.0.6
2020
hooks:
2121
- id: pylint
2222
language: python

0 commit comments

Comments
 (0)