Skip to content

Commit ff858c2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/fsfe/reuse-tool: v5.1.1 → v6.1.2](fsfe/reuse-tool@v5.1.1...v6.1.2) - [github.com/pycqa/pylint: v3.3.8 → v4.0.0](pylint-dev/pylint@v3.3.8...v4.0.0)
1 parent 6caf047 commit ff858c2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
# SPDX-License-Identifier: Unlicense
44

55
repos:
6-
- repo: https://github.com/psf/black
7-
rev: 25.1.0
6+
- repo: https://github.com/psf/black-pre-commit-mirror
7+
rev: 25.9.0
88
hooks:
99
- id: black
1010
- repo: https://github.com/fsfe/reuse-tool
11-
rev: v5.1.1
11+
rev: v6.1.2
1212
hooks:
1313
- id: reuse
1414
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -18,7 +18,7 @@ repos:
1818
- id: end-of-file-fixer
1919
- id: trailing-whitespace
2020
- repo: https://github.com/pycqa/pylint
21-
rev: v3.3.8
21+
rev: v4.0.0
2222
hooks:
2323
- id: pylint
2424
name: lint (examples)

0 commit comments

Comments
 (0)