We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c99963 + 91f5c55 commit 6dece0fCopy full SHA for 6dece0f
2 files changed
reqif/parser.py
@@ -1,3 +1,6 @@
1
+# Ignoring for now:
2
+# A005 Module `parser` shadows a Python standard-library module.
3
+# ruff: noqa: A005
4
import copy
5
import io
6
import os
tasks.py
@@ -141,7 +141,7 @@ def lint_mypy(context):
141
--disable-error-code=type-arg
142
--disable-error-code=union-attr
143
--strict
144
- --python-version=3.8
+ --python-version=3.9
145
""",
146
)
147
0 commit comments