Skip to content

Commit cdcca19

Browse files
committed
Fix mypy pre-push hook
1 parent dbcbc9a commit cdcca19

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ repos:
3131
- run
3232
- mypy
3333
- rss_parser
34+
pass_filenames: false
3435
language: system
3536
stages: [ push ]
3637

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,6 @@ ignore-names = ["LegacyRSS"]
100100
"**/__init__.py" = ["F401"]
101101
"rss_parser/models/atom/**" = ["A003"]
102102

103-
[tool.mypy]
104-
explicit_package_bases = true
105-
106103
[build-system]
107104
requires = ["poetry-core"]
108105
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)