Skip to content

Commit 4343707

Browse files
authored
Merge pull request #118 from FNALssi/pre-commit
adding pre-commit config
2 parents 4dd9b0d + 8c7d0be commit 4343707

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
repos:
2+
- repo: https://github.com/pycqa/flake8
3+
rev: 5.0.4
4+
hooks:
5+
- id: flake8
6+
# - repo: https://github.com/psf/black
7+
# rev: 22.6.0
8+
# hooks:
9+
# - id: black

0 commit comments

Comments
 (0)