Skip to content

Commit ebb55d6

Browse files
committed
Update pylint version in CI
1 parent 2a2b0cd commit ebb55d6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# See https://pre-commit.com for more information
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
4-
- repo: https://github.com/pre-commit/pre-commit-hooks
4+
- repo: https://github.com/pre-commit/pre-commit-hooks
55
rev: v3.4.0
66
hooks:
7-
- id: end-of-file-fixer
8-
- id: trailing-whitespace
9-
- repo: https://github.com/psf/black
7+
- id: end-of-file-fixer
8+
- id: trailing-whitespace
9+
- repo: https://github.com/psf/black
1010
rev: 22.3.0
1111
hooks:
12-
- id: black
13-
- repo: https://github.com/PyCQA/pylint
14-
rev: pylint-2.7.2
12+
- id: black
13+
- repo: https://github.com/PyCQA/pylint
14+
rev: v2.15.8
1515
hooks:
16-
- id: pylint
16+
- id: pylint

0 commit comments

Comments
 (0)