Skip to content

Commit a7ca0f9

Browse files
committed
Improve CI
1 parent fc9ff85 commit a7ca0f9

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
flake8 src tests examples
2626
- name: isort
2727
run: |
28-
isort src tests examples
28+
isort --check --diff src tests examples
2929
3030
mypy:
3131
runs-on: ${{ matrix.os }}

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,7 @@ docs = [
8181
desktop_notifier = ["**/*.png"]
8282

8383
[tool.flake8]
84-
ignore = "E203,E501,W503,H306"
85-
per-file-ignores = """
86-
__init__.py: F401"""
84+
ignore = "E501,W503"
8785
statistics = "True"
8886

8987
[tool.mypy]

0 commit comments

Comments
 (0)