We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26f2b40 commit 896d364Copy full SHA for 896d364
setup.cfg
@@ -20,7 +20,7 @@ max-line-length = 120
20
select = C,E,F,W,B
21
# C812, W503 clash with black
22
ignore = C812,W503
23
-exclude = venv,.venv,.tox,dist,doc,build,*.egg,src/aws_secretsmanager_caching/version.py
+exclude = venv,.venv,.tox,dist,doc,build,*.egg
24
25
[isort]
26
line_length = 120
0 commit comments