1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 14:41:39 +00:00

chore: Apply whitespace fixes from hooks

- Remove trailing whitespace
- Correct single newline at end of files (skip for json)
- Update to formatting in a few places due to black
This commit is contained in:
2023-01-09 22:58:08 -06:00
parent 0cf6c9a1a2
commit 46d1afb566
77 changed files with 226 additions and 228 deletions

View File

@@ -5,6 +5,7 @@ repos:
- id: check-yaml
- id: check-toml
- id: end-of-file-fixer
exclude: ".*.json"
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 22.10.0