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 dbcbc9a commit cdcca19Copy full SHA for cdcca19
.pre-commit-config.yaml
@@ -31,6 +31,7 @@ repos:
31
- run
32
- mypy
33
- rss_parser
34
+ pass_filenames: false
35
language: system
36
stages: [ push ]
37
pyproject.toml
@@ -100,9 +100,6 @@ ignore-names = ["LegacyRSS"]
100
"**/__init__.py" = ["F401"]
101
"rss_parser/models/atom/**" = ["A003"]
102
103
-[tool.mypy]
104
-explicit_package_bases = true
105
-
106
[build-system]
107
requires = ["poetry-core"]
108
build-backend = "poetry.core.masonry.api"
0 commit comments