Skip to content

Commit 3e8d9a8

Browse files
authored
Merge pull request #7194 from radarhere/pre-commit-config
Removed files and types override
2 parents 3ab83f2 + 3693b84 commit 3e8d9a8

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ repos:
44
hooks:
55
- id: black
66
args: [--target-version=py38]
7-
# Only .py files, until https://github.com/psf/black/issues/402 resolved
8-
files: \.py$
9-
types: []
107

118
- repo: https://github.com/PyCQA/isort
129
rev: 5.12.0

docs/Guardfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from livereload.compiler import shell
33
from livereload.task import Task
44

5-
Task.add('*.rst', shell('make html'))
6-
Task.add('*/*.rst', shell('make html'))
7-
Task.add('Makefile', shell('make html'))
8-
Task.add('conf.py', shell('make html'))
5+
Task.add("*.rst", shell("make html"))
6+
Task.add("*/*.rst", shell("make html"))
7+
Task.add("Makefile", shell("make html"))
8+
Task.add("conf.py", shell("make html"))

0 commit comments

Comments
 (0)