Skip to content

Commit

Permalink
Lint test
Browse files Browse the repository at this point in the history
  • Loading branch information
MikiP98 committed May 12, 2024
1 parent 33d2864 commit 910b688
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r src/requirements.txt
python -m pip install flake8
- name: Lint
run: |
flake8
Expand Down
14 changes: 14 additions & 0 deletions src/.flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[flake8]
exclude =
.git,
__pycache__,
docs/source/conf.py,
old,
SUPIR
Edge_Directed_Interpolation

per-file-ignores =
# imported but unused
__init__.py: F401

max-line-length = 120

0 comments on commit 910b688

Please sign in to comment.