Skip to content

Commit

Permalink
Revert "Add black in Python-version-dependent versions to test depend…
Browse files Browse the repository at this point in the history
…abot"

This reverts commit 9353470.
  • Loading branch information
PawelLipski committed Aug 12, 2023
1 parent 9353470 commit 5c5b0dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/mypy.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mypy==0.971; python_version <= '3.6'
mypy==1.4.1; python_version == '3.7'
mypy==1.4.1; python_version >= '3.7' and python_version < '3.8'
mypy==1.5.0; python_version >= '3.8'

pytest==7.0.1; python_version <= '3.6'
Expand Down
3 changes: 0 additions & 3 deletions requirements/pep8.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
autopep8==2.0.2

black==22.1.0; python_version <= '3.6'
black==23.3.0; python_version >= '3.7'

0 comments on commit 5c5b0dd

Please sign in to comment.