Skip to content

Commit

Permalink
build(lint): Drop Graylint dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Aug 1, 2024
1 parent 97673ff commit aaf23fb
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
black \
git+https://github.com/akaihola/darkgraylib.git@main \
flynt \
git+https://github.com/akaihola/graylint.git@main \
isort \
mypy>=0.990 \
pytest \
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
black \
git+https://github.com/akaihola/darkgraylib.git@main \
defusedxml \
git+https://github.com/akaihola/graylint.git@main \
pygments \
pylint \
pytest>=6.2.0 \
Expand Down
1 change: 0 additions & 1 deletion constraints-oldest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ flake8-2020==1.6.1
flake8-bugbear==22.1.11
flake8-comprehensions==3.7.0
flynt==0.76
graylint==2.0.0
mypy==0.990
Pygments==2.4.0
pytest==6.2.0
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ install_requires =
# NOTE: remember to keep `constraints-oldest.txt` in sync with these
black>=22.3.0
darkgraylib~=2.0.0
graylint~=2.0.0
toml>=0.10.0
# NOTE: remember to keep `.github/workflows/python-package.yml` in sync
# with the minimum required Python version
Expand Down

0 comments on commit aaf23fb

Please sign in to comment.