Skip to content

Commit

Permalink
Merge pull request #546 from UW-GAC/maint/remove-black-flake8-etc
Browse files Browse the repository at this point in the history
Remove black and flake8 from requirements
  • Loading branch information
amstilp authored May 1, 2024
2 parents 315e0e7 + 5050084 commit 8eb60eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 25 deletions.
6 changes: 3 additions & 3 deletions requirements/dev-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ sphinx-autobuild # https://github.com/GaretJax/sphinx-autobuild

# Code quality
# ------------------------------------------------------------------------------
flake8 # https://github.com/PyCQA/flake8
flake8-isort # https://github.com/gforcada/flake8-isort
black # https://github.com/psf/black
# flake8 # https://github.com/PyCQA/flake8
# flake8-isort # https://github.com/gforcada/flake8-isort
# black # https://github.com/psf/black
pylint-django # https://github.com/PyCQA/pylint-django
pre-commit # https://github.com/pre-commit/pre-commit
ruff # https://github.com/astral-sh/ruff
Expand Down
22 changes: 0 additions & 22 deletions requirements/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ backports-zoneinfo==0.2.1
# via
# -c requirements/requirements.txt
# django
black==24.4.2
# via -r requirements/dev-requirements.in
certifi==2023.7.22
# via
# -c requirements/requirements.txt
Expand All @@ -39,7 +37,6 @@ charset-normalizer==3.3.2
click==8.1.7
# via
# -c requirements/requirements.txt
# black
colorama==0.4.6
# via sphinx-autobuild
decorator==5.1.1
Expand Down Expand Up @@ -68,12 +65,6 @@ executing==2.0.1
# via stack-data
filelock==3.13.1
# via virtualenv
flake8==7.0.0
# via
# -r requirements/dev-requirements.in
# flake8-isort
flake8-isort==6.1.1
# via -r requirements/dev-requirements.in
identify==2.5.35
# via pre-commit
idna==3.6
Expand All @@ -93,7 +84,6 @@ ipython==8.12.3
# via ipdb
isort==5.13.2
# via
# flake8-isort
# pylint
jedi==0.19.1
# via ipython
Expand All @@ -109,33 +99,27 @@ matplotlib-inline==0.1.6
# via ipython
mccabe==0.7.0
# via
# flake8
# pylint
mypy==1.10.0
# via -r requirements/dev-requirements.in
mypy-extensions==1.0.0
# via
# black
# mypy
nodeenv==1.8.0
# via pre-commit
packaging==23.2
# via
# -c requirements/requirements.txt
# -c requirements/test-requirements.txt
# black
# sphinx
parso==0.8.3
# via jedi
pathspec==0.12.1
# via black
pexpect==4.9.0
# via ipython
pickleshare==0.7.5
# via ipython
platformdirs==4.2.0
# via
# black
# pylint
# virtualenv
pre-commit==3.5.0
Expand All @@ -146,10 +130,6 @@ ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.2
# via stack-data
pycodestyle==2.11.1
# via flake8
pyflakes==3.2.0
# via flake8
pygments==2.17.2
# via
# ipython
Expand Down Expand Up @@ -214,7 +194,6 @@ tomli==2.0.1
# via
# -c requirements/requirements.txt
# -c requirements/test-requirements.txt
# black
# django-stubs
# ipdb
# mypy
Expand All @@ -237,7 +216,6 @@ typing-extensions==4.8.0
# -c requirements/test-requirements.txt
# asgiref
# astroid
# black
# django-stubs
# django-stubs-ext
# ipython
Expand Down

0 comments on commit 8eb60eb

Please sign in to comment.