diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8dc94e9f..84662d33 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,5 +19,5 @@ repos: rev: v0.1.11 hooks: - id: ruff - args: [ --fix ] + args: [ --fix, --show-fixes ] - id: ruff-format diff --git a/pyproject.toml b/pyproject.toml index 8c8a32db..1edf4b4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,6 @@ exclude_lines = ["pragma: no cover", "@abc.abstractmethod", "@abc.abstractproper [tool.mypy] strict = true -show_error_codes = true enable_error_code = ["ignore-without-code", "redundant-expr", "truthy-bool"] warn_unused_ignores = true