Skip to content

Commit

Permalink
fix: remove limits from black and pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Dec 2, 2021
1 parent 2e0efcd commit 0da2b17
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ test =
pytest
pytest-xdist
format =
black; python_version >="3.7.0"
black <21.8*; python_version=="3.6.*" # https://github.com/ComPWA/compwa-org/runs/4140426087
black
isort
flake8 =
flake8 >=4 # extend-select
Expand All @@ -80,8 +79,7 @@ flake8 =
pep8-naming
lint =
%(flake8)s
pylint; python_version >="3.7.0"
pylint <2.11; python_version=="3.6.*" # https://github.com/ComPWA/compwa-org/runs/4140426087
pylint
radon
sty =
%(format)s
Expand Down

0 comments on commit 0da2b17

Please sign in to comment.