Skip to content

Commit

Permalink
Pin pycodestyle
Browse files Browse the repository at this point in the history
Fixes LiberTEM#1490; workaround for hhatto/autopep8#689
  • Loading branch information
sk1p committed Aug 10, 2023
1 parent 0f92e09 commit 5b77b09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ def find_version(*file_paths):
'nbformat',
'nbconvert',
'autopep8',
'pycodestyle<2.11', # FIXME: workaround for incompatibility w/ autopep8, remove this line once that's fixed! # NOQA
'empyre>=0.3.0',
'defusedxml',
'typing-extensions', # backwards-compatibility for newer typing constructs
Expand Down

0 comments on commit 5b77b09

Please sign in to comment.