Skip to content

Commit b97ccb2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.12.0 → 23.1.0](psf/black@22.12.0...23.1.0) - [github.com/fsfe/reuse-tool: v1.1.0 → v1.1.2](fsfe/reuse-tool@v1.1.0...v1.1.2) - [github.com/pycqa/pylint: v2.16.0b0 → v2.16.4](pylint-dev/pylint@v2.16.0b0...v2.16.4)
1 parent 23ea947 commit b97ccb2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
repos:
66
- repo: https://github.com/psf/black
7-
rev: 22.12.0
7+
rev: 23.1.0
88
hooks:
99
- id: black
1010
- repo: https://github.com/fsfe/reuse-tool
11-
rev: v1.1.0
11+
rev: v1.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: v2.16.0b0
21+
rev: v2.16.4
2222
hooks:
2323
- id: pylint
2424
name: lint (examples)

0 commit comments

Comments
 (0)