Skip to content

Commit

Permalink
FIX: remove pydocstyle pre-commit repo
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Jul 4, 2023
1 parent bdcab5e commit 24bba36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/repoma/check_dev_files/deprecated.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ def _remove_pydocstyle() -> None:
],
)
executor(__uninstall, "pydocstyle", check_options=["lint", "sty"])
executor(remove_precommit_hook, "pydocstyle")
executor(set_setting, {"python.linting.pydocstyleEnabled": False})
executor.finalize()

Expand Down

0 comments on commit 24bba36

Please sign in to comment.