We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2720dd commit b5644edCopy full SHA for b5644ed
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.4.0
+ rev: v4.5.0
4
hooks:
5
- id: trailing-whitespace
6
- id: end-of-file-fixer
@@ -13,12 +13,12 @@ repos:
13
- id: mixed-line-ending
14
args: ["--fix=lf"]
15
- repo: https://github.com/python/black
16
- rev: '23.3.0'
+ rev: '23.10.1'
17
18
- id: black
19
args: ["--diff"]
20
- repo: https://github.com/pycqa/pylint
21
- rev: v3.0.0a6
+ rev: v3.0.1
22
23
- id: pylint
24
name: pylint (action code)
0 commit comments