We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a2b0cd commit ebb55d6Copy full SHA for ebb55d6
.pre-commit-config.yaml
@@ -1,16 +1,16 @@
1
# See https://pre-commit.com for more information
2
# See https://pre-commit.com/hooks.html for more hooks
3
repos:
4
-- repo: https://github.com/pre-commit/pre-commit-hooks
+ - repo: https://github.com/pre-commit/pre-commit-hooks
5
rev: v3.4.0
6
hooks:
7
- - id: end-of-file-fixer
8
- - id: trailing-whitespace
9
-- repo: https://github.com/psf/black
+ - id: end-of-file-fixer
+ - id: trailing-whitespace
+ - repo: https://github.com/psf/black
10
rev: 22.3.0
11
12
- - id: black
13
-- repo: https://github.com/PyCQA/pylint
14
- rev: pylint-2.7.2
+ - id: black
+ - repo: https://github.com/PyCQA/pylint
+ rev: v2.15.8
15
16
- - id: pylint
+ - id: pylint
0 commit comments