Skip to content

Commit

Permalink
add flake options
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvoegele committed Aug 4, 2024
1 parent 9d692f7 commit 3c084e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[flake8]
max-line-length = 120
exclude = build/
2 changes: 1 addition & 1 deletion run-test.sb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
source /home/users/mvoegele/miniconda3/etc/profile.d/conda.sh
conda activate /oak/stanford/groups/rondror/users/mvoegele/envs/pensa_dev

# Run the tests (ignoring diffnets for now)
# Run the tests
pytest

0 comments on commit 3c084e2

Please sign in to comment.