Update pre-commut hooks
This commit is contained in:
parent
52fe4ee703
commit
43d993d335
1 changed files with 4 additions and 4 deletions
|
|
@ -4,21 +4,21 @@
|
|||
|
||||
repos:
|
||||
- repo: https://github.com/fsfe/reuse-tool
|
||||
rev: v1.1.2
|
||||
rev: v2.1.0
|
||||
hooks:
|
||||
- id: reuse
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.4.0
|
||||
rev: v4.5.0
|
||||
hooks:
|
||||
- id: check-yaml
|
||||
- id: end-of-file-fixer
|
||||
- id: trailing-whitespace
|
||||
- repo: https://github.com/python/black
|
||||
rev: 23.7.0
|
||||
rev: 23.12.1
|
||||
hooks:
|
||||
- id: black
|
||||
- repo: https://github.com/pycqa/pylint
|
||||
rev: v2.17.4
|
||||
rev: v3.0.3
|
||||
hooks:
|
||||
- id: pylint
|
||||
name: pylint
|
||||
|
|
|
|||
Loading…
Reference in a new issue