Skip to content

Commit

Permalink
Merge pull request #424 from PyFstat/pin-flake8
Browse files Browse the repository at this point in the history
pin flake8<5.0
  • Loading branch information
dbkeitel committed Aug 1, 2022
2 parents 6269bc2 + bdc3db0 commit e9524cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"pycuda": ["pycuda"],
"style": [
"black",
"flake8",
"flake8<5.0",
"flake8-docstrings",
"flake8-executable",
"flake8-isort",
Expand Down

0 comments on commit e9524cc

Please sign in to comment.