Skip to content

Commit

Permalink
Merge pull request #1001 from girder/fix-ci
Browse files Browse the repository at this point in the history
Fix CI with flake8.
  • Loading branch information
manthey authored Nov 28, 2022
2 parents 5bcf441 + a1718f4 commit aa78cc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ commands = {[testenv:core]commands}
description = Lint python code
skipsdist = true
skip_install = true
#Note: flake8 is pinned to <6 until flake8-quotes is updated
deps =
flake8<6
flake8-bugbear
flake8-docstrings
flake8-isort
Expand Down

0 comments on commit aa78cc9

Please sign in to comment.