mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
More miscellaneous cleanup
This commit is contained in:
parent
489d9f9926
commit
df40e862f4
33 changed files with 209 additions and 296 deletions
|
|
@ -8,12 +8,7 @@ else: # pragma: no cover (PY38+)
|
|||
CONFIG_FILE = '.pre-commit-config.yaml'
|
||||
MANIFEST_FILE = '.pre-commit-hooks.yaml'
|
||||
|
||||
YAML_DUMP_KWARGS = {
|
||||
'default_flow_style': False,
|
||||
# Use unicode
|
||||
'encoding': None,
|
||||
'indent': 4,
|
||||
}
|
||||
YAML_DUMP_KWARGS = {'default_flow_style': False, 'indent': 4}
|
||||
|
||||
# Bump when installation changes in a backwards / forwards incompatible way
|
||||
INSTALLED_STATE_VERSION = '1'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue