mirror of
https://github.com/ralsina/xrandroll.git
synced 2024-11-10 21:22:22 +00:00
12 lines
301 B
YAML
12 lines
301 B
YAML
- 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
|
|
- repo: https://github.com/ambv/black
|
|
rev: stable
|
|
hooks:
|
|
- id: black
|