mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-08 03:14:21 +00:00
Add pre-commit hook definition for flake8.
This commit is contained in:
parent
7da73c1a03
commit
946502b660
6
.pre-commit-config.yaml
Normal file
6
.pre-commit-config.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
repos:
|
||||
- repo: https://gitlab.com/pycqa/flake8
|
||||
# TODO: update rev periodically to keep up with tox
|
||||
rev: 3.8.3
|
||||
hooks:
|
||||
- id: flake8
|
Loading…
x
Reference in New Issue
Block a user