Skip to content

Commit

Permalink
test: Use flake8-length to better match ruff (flake8-length is more l…
Browse files Browse the repository at this point in the history
…enient, as it allows long strings)
  • Loading branch information
jpmckinney committed Sep 5, 2024
1 parent 79885c6 commit 840c032
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

set -eu

pip install flake8 flake8-comprehensions 'isort>=5' importlib-metadata 'jscc>=0.2' json-merge-patch 'jsonref>=1' \
jsonschema packaging 'pytest<8' 'ocdskit>=1' requests rfc3339-validator rfc3986-validator setuptools
pip install flake8 flake8-comprehensions flake8-length 'isort>=5' importlib-metadata 'jscc>=0.2' json-merge-patch \
'jsonref>=1' jsonschema packaging 'pytest<8' 'ocdskit>=1' requests rfc3339-validator rfc3986-validator setuptools

0 comments on commit 840c032

Please sign in to comment.