Skip to content

Commit

Permalink
Pin autopep8's pystyle depedency
Browse files Browse the repository at this point in the history
hhatto/autopep8#689

With latest pycodestyle (2.11), we get the following error:

    AttributeError: module 'pycodestyle' has no attribute 'missing_whitespace_around_operator'. Did you mean: 'whitespace_around_operator'?

autopep8 will need an update to match this. Until then, we have to stay
back on 2.10
  • Loading branch information
pbrisbin committed Aug 1, 2023
1 parent f3ba1a7 commit 864953d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autopep8/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
autopep8==2.0.2
pycodestyle==2.10.0

0 comments on commit 864953d

Please sign in to comment.