Skip to content

Commit

Permalink
Fix CI failures (#1070)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored May 5, 2022
1 parent 3c55388 commit f9b2816
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# version: 1.1
# version: 1.2

.PHONY: all virtualenv
MAX_LINE_LENGTH=110
Expand Down
3 changes: 1 addition & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ flake8
flake8-import-order
ifaddr
mypy;implementation_name=="cpython"
# 0.11.0 breaks things https://github.com/PyCQA/pep8-naming/issues/152
pep8-naming!=0.6.0,!=0.11.0
pep8-naming>=0.12.0
pylint
pytest
pytest-asyncio
Expand Down

0 comments on commit f9b2816

Please sign in to comment.