@@ -25,14 +25,14 @@ packages = [
2525 { include = " graphql" , from = " src" },
2626 { include = " tests" , format = " sdist" },
2727 { include = " docs" , format = " sdist" },
28- { include = ' .bumpversion.cfg' , format = " sdist" },
29- { include = ' .editorconfig' , format = " sdist" },
30- { include = ' .flake8' , format = " sdist" },
31- { include = ' .readthedocs.yaml' , format = " sdist" },
32- { include = ' poetry.lock' , format = " sdist" },
33- { include = ' tox.ini' , format = " sdist" },
34- { include = ' CODEOWNERS' , format = " sdist" },
35- { include = ' SECURITY.md' , format = " sdist" }
28+ { include = " .bumpversion.cfg" , format = " sdist" },
29+ { include = " .editorconfig" , format = " sdist" },
30+ { include = " .flake8" , format = " sdist" },
31+ { include = " .readthedocs.yaml" , format = " sdist" },
32+ { include = " poetry.lock" , format = " sdist" },
33+ { include = " tox.ini" , format = " sdist" },
34+ { include = " CODEOWNERS" , format = " sdist" },
35+ { include = " SECURITY.md" , format = " sdist" }
3636]
3737
3838[tool .poetry .urls ]
@@ -62,6 +62,7 @@ optional = true
6262[tool .poetry .group .lint .dependencies ]
6363black = " 22.8.0"
6464flake8 = " ^5.0"
65+ flake8-bandit = " ^4.1"
6566isort = " ^5.10"
6667mypy = " 0.971"
6768bump2version = " >=1.0,<2"
@@ -74,8 +75,11 @@ optional = true
7475sphinx = " >= 4.3,<6"
7576sphinx_rtd_theme = " >=1,<2"
7677
78+ [tool .bandit ]
79+ exclude_dirs = [" tests" ]
80+
7781[tool .black ]
78- target-version = [' py37' , ' py38' , ' py39' , ' py310' ]
82+ target-version = [" py37" , " py38" , " py39" , " py310" ]
7983
8084[tool .coverage .run ]
8185branch = true
0 commit comments