We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c99963 commit 91f5c55Copy full SHA for 91f5c55
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