Skip to content

Commit

Permalink
Fixe
Browse files Browse the repository at this point in the history
  • Loading branch information
benedekrozemberczki committed Dec 1, 2021
1 parent c5477e7 commit 618544c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
repos:
- repo: local
hooks:
- id: black
name: black
stages: [commit]
language: system
entry: black -l 120 rexmex/.
types: [python]

- id: flake8
name: flake8
stages: [commit]
language: system
entry: flake8 --max-line-length 120
types: [python]
files: rexmex/.
2 changes: 1 addition & 1 deletion dev_setup.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set -e
pip install pre-commit
pre-commit install

pip install -e rexmex/
pip install -e .

0 comments on commit 618544c

Please sign in to comment.