Skip to content

Commit

Permalink
Push lint to the latest version and stop using yanked packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec committed Dec 12, 2024
1 parent 145b796 commit f5e0236
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ envlist=
py{38,39,310,311,312,313}-django4
py{38,39,310,311,312,313}-{asynctest,threadtest}
py{37,38,39,310,311,312,313}-exceptiongroup
py{35,312,313}-{lint}
py{35,313}-{lint}

[pytest]
testpaths = tests
Expand Down Expand Up @@ -65,7 +65,7 @@ deps=
exceptiongroup: exceptiongroup
lint: flake8
lint: mypy
lint: types-pkg_resources
lint: types-setuptools
lint: types-requests
lint: types-Flask
lint: types-contextvars
Expand Down

0 comments on commit f5e0236

Please sign in to comment.