diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5e7f6f2..4bbd82d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ repos: hooks: - id: trailing-whitespace - id: no-commit-to-branch - args: [-b, master] + args: [-b, main] - repo: https://github.com/psf/black rev: 21.9b0