diff options
| author | Bobby <[email protected]> | 2022-08-30 19:50:28 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-08-30 19:50:28 -0400 |
| commit | b142853ae4c8443d02baa230ffae823feac83abd (patch) | |
| tree | 8bc282d8dc964f688c7dd850cbd59e01d7ece3c1 | |
| parent | 655183d9c4a76b49a7a4e1365c3592ea8d874e53 (diff) | |
| download | edify-b142853ae4c8443d02baa230ffae823feac83abd.tar.xz edify-b142853ae4c8443d02baa230ffae823feac83abd.zip | |
Fix pre-commit hooks revs
| -rw-r--r-- | .pre-commit-config.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8b21f59..367ccf6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,13 +5,13 @@ exclude: '^(\.tox|ci/templates|\.bumpversion\.cfg)(/|$)' repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: master + rev: main hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: debug-statements - repo: https://github.com/timothycrosley/isort - rev: master + rev: main hooks: - id: isort - repo: https://github.com/psf/black |
