We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc90bde commit 1cb8d10Copy full SHA for 1cb8d10
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
matrix:
35
# Run the unit tests both against our oldest supported Python version
36
# and the newest stable.
37
- python_version: [ "3.7", "3.x" ]
+ python_version: [ "3.8", "3.x" ]
38
steps:
39
- uses: actions/checkout@v2
40
- uses: actions/setup-python@v2
setup.cfg
@@ -27,12 +27,12 @@ dev =
27
ldaptor
28
29
# for type checking
30
- mypy == 0.910
+ mypy == 1.9.0
31
types-setuptools
32
33
# for linting
black == 22.3.0
- flake8 == 4.0.1
+ flake8 == 7.0.0
isort == 5.9.3
[flake8]
0 commit comments