We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afbacf9 commit f0403cfCopy full SHA for f0403cf
2 files changed
setup.py
@@ -4,7 +4,7 @@
4
import glob
5
import os
6
import codecs
7
-from setuptools import setup, find_packages
+from setuptools import setup, find_packages # type: ignore
8
9
10
def read(fname):
tox.ini
@@ -157,6 +157,6 @@ deps =
157
flake8 ~= 3.8.3
158
mypy >= 0.790, < 0.800
159
commands =
160
- bandit --recursive src
+ bandit --recursive src setup.py
161
flake8 setup.py src tests
162
- mypy src
+ mypy src setup.py
0 commit comments