Skip to content

Commit

Permalink
remove deprecated sources from linting environment #21
Browse files Browse the repository at this point in the history
  • Loading branch information
jh-RLI committed Aug 16, 2023
1 parent b56fc59 commit 03180ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ deps =
isort
skip_install = true
commands =
flake8 {posargs:src tests setup.py docs}
isort --verbose --check-only --diff {posargs:src tests setup.py docs/conf.py}
flake8 {posargs:super_repo tests}
isort --verbose --check-only --diff {posargs:super_repo tests}


# my favourite configuration for flake8 styling
Expand Down

0 comments on commit 03180ad

Please sign in to comment.