Skip to content

Commit 9264cb7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.3.0 → 22.6.0](psf/black@22.3.0...22.6.0) - [github.com/pycqa/pylint: v2.14.3 → v2.14.5](pylint-dev/pylint@v2.14.3...v2.14.5)
1 parent d55a501 commit 9264cb7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

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

55
repos:
66
- repo: https://github.com/psf/black
7-
rev: 22.3.0
7+
rev: 22.6.0
88
hooks:
99
- id: black
1010
- repo: https://github.com/fsfe/reuse-tool
@@ -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.14.3
21+
rev: v2.14.5
2222
hooks:
2323
- id: pylint
2424
name: lint (examples)

0 commit comments

Comments
 (0)