Skip to content

Commit

Permalink
Merge pull request akaihola#600 from akaihola/airium-cleanup
Browse files Browse the repository at this point in the history
Clean up use of Airium package
  • Loading branch information
akaihola authored Jul 29, 2024
2 parents d3ab9e4 + 9ad03c0 commit 7b10466
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
- name: Install dependencies for running Pylint
run: |
pip install -U \
airium \
black \
git+https://github.com/akaihola/darkgraylib.git@main \
defusedxml \
Expand Down
1 change: 0 additions & 1 deletion constraints-oldest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# still works against oldest supported versions of both the Python
# interpreter and Python ependencies. Keep this up-to-date with minimum
# versions in `setup.cfg`.
airium==0.2.3
black==22.3.0
darkgraylib==1.3.1
defusedxml==0.7.1
Expand Down
3 changes: 0 additions & 3 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ disallow_any_decorated = False
disallow_untyped_calls = False
disallow_untyped_defs = False

[mypy-airium.*]
ignore_missing_imports = True

[mypy-black.*]
ignore_missing_imports = True
implicit_reexport = True
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ color =
Pygments>=2.4.0
test =
# NOTE: remember to keep `constraints-oldest.txt` in sync with these
airium>=0.2.3
black>=22.3.0
cryptography>=3.3.2 # through twine, fixes CVE-2020-36242
defusedxml>=0.7.1
Expand Down

0 comments on commit 7b10466

Please sign in to comment.