mirror of
https://github.com/ralsina/xrandroll.git
synced 2024-11-21 18:42:22 +00:00
add pre-commit hooks
This commit is contained in:
parent
c220bdcd74
commit
34b95ad749
7
.pre-commit-config.yaml
Normal file
7
.pre-commit-config.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v2.4.0 # Use the ref you want to point at
|
||||
hooks:
|
||||
- id: check-builtin-literals
|
||||
- id: check-toml
|
||||
- id: flake8
|
||||
- id: debug-statements
|
Loading…
Reference in New Issue
Block a user