Skip to content

Commit

Permalink
Don't run actions on quarantined games
Browse files Browse the repository at this point in the history
  • Loading branch information
LostDragonist committed Dec 27, 2021
1 parent 49954d6 commit 5e3522a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ deps =
mypy
commands =
black --check --diff .
flake8 . --exclude "lib,.tox"
mypy . --exclude "lib"
flake8 . --exclude "lib,.tox,games/quarantine"
mypy . --exclude "lib" --exclude "games/quarantine"

0 comments on commit 5e3522a

Please sign in to comment.