Skip to content

Commit

Permalink
Merge pull request #35 from Avasam/link-to-platformdirs-issue
Browse files Browse the repository at this point in the history
link to platformdirs issue and re-enable mypy test
  • Loading branch information
jaraco committed Sep 8, 2024
2 parents 0fde5cb + c786166 commit c006db4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion jaraco/abode/config.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import platformdirs


class PlatformDirs(platformdirs.PlatformDirs): # type: ignore[misc, valid-type]
class PlatformDirs(platformdirs.PlatformDirs): # type: ignore[misc, valid-type] # platformdirs/platformdirs#295
"""
>>> dirs = PlatformDirs(appname='Abode', appauthor=False)
>>> alt_udp = getfixture('tmp_path') / 'data' / 'dir'
Expand Down
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,3 @@ abode = "jaraco.abode.cli:main"


[tool.setuptools_scm]


[tool.pytest-enabler.mypy]
# Disabled due to jaraco/skeleton#143

0 comments on commit c006db4

Please sign in to comment.