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:
|
||||
- id: reuse
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v5.0.0
|
||||
rev: v6.0.0
|
||||
hooks:
|
||||
- id: check-yaml
|
||||
- id: end-of-file-fixer
|
||||
- id: trailing-whitespace
|
||||
- repo: https://github.com/pycqa/pylint
|
||||
rev: v3.3.4
|
||||
rev: v3.3.8
|
||||
hooks:
|
||||
- id: pylint
|
||||
name: lint (examples)
|
||||
|
|
|
|||
Loading…
Reference in a new issue