Skip to content

Commit 85da40f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/pycqa/pylint: v3.3.8 → v3.3.9](pylint-dev/pylint@v3.3.8...v3.3.9)
1 parent df41220 commit 85da40f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
repos:
2-
- repo: https://github.com/psf/black
2+
- repo: https://github.com/psf/black-pre-commit-mirror
33
rev: 25.9.0
44
hooks:
55
- id: black
@@ -8,7 +8,7 @@ repos:
88
args: [--line-length=85] # notebooks (for sphinx docs)
99

1010
- repo: https://github.com/pycqa/pylint
11-
rev: v3.3.8
11+
rev: v3.3.9
1212
hooks:
1313
- id: pylint
1414

0 commit comments

Comments
 (0)