diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7b8bdb8..1c945ac 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,8 +3,6 @@ ci: skip: # pre-commit.ci has trouble with this one - update-docs - - end-of-file-fixer - - trailing-whitespace repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v3.1.0 diff --git a/changelogs/fragments/pre-commit-enable.yml b/changelogs/fragments/pre-commit-enable.yml new file mode 100644 index 0000000..d2a37f2 --- /dev/null +++ b/changelogs/fragments/pre-commit-enable.yml @@ -0,0 +1,4 @@ +--- +trivial: + - Enable pre-commit.ci end-of-file-fixer + - Enable pre-commit-ci trailing-whitespace