diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7485e40..9edb1f6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,4 +18,3 @@ repos: args: [ --fix ] # Run the formatter. - id: ruff-format - diff --git a/pyproject.toml b/pyproject.toml index 3f3b994..1dac070 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -120,5 +120,3 @@ theme = "classic" privacy = [ "HIDDEN:**.test_*", ] - -