Compare commits
1 commit
main
...
pre-commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dc3f384c41 |
1 changed files with 2 additions and 2 deletions
|
|
@ -12,13 +12,13 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: reuse
|
- id: reuse
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v5.0.0
|
rev: v6.0.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: check-yaml
|
- id: check-yaml
|
||||||
- id: end-of-file-fixer
|
- id: end-of-file-fixer
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
- repo: https://github.com/pycqa/pylint
|
- repo: https://github.com/pycqa/pylint
|
||||||
rev: v3.3.4
|
rev: v3.3.8
|
||||||
hooks:
|
hooks:
|
||||||
- id: pylint
|
- id: pylint
|
||||||
name: lint (examples)
|
name: lint (examples)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue