We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ab83f2 + 3693b84 commit 3e8d9a8Copy full SHA for 3e8d9a8
2 files changed
.pre-commit-config.yaml
@@ -4,9 +4,6 @@ repos:
4
hooks:
5
- id: black
6
args: [--target-version=py38]
7
- # Only .py files, until https://github.com/psf/black/issues/402 resolved
8
- files: \.py$
9
- types: []
10
11
- repo: https://github.com/PyCQA/isort
12
rev: 5.12.0
docs/Guardfile
@@ -2,7 +2,7 @@
2
from livereload.compiler import shell
3
from livereload.task import Task
-Task.add('*.rst', shell('make html'))
-Task.add('*/*.rst', shell('make html'))
-Task.add('Makefile', shell('make html'))
-Task.add('conf.py', shell('make html'))
+Task.add("*.rst", shell("make html"))
+Task.add("*/*.rst", shell("make html"))
+Task.add("Makefile", shell("make html"))
+Task.add("conf.py", shell("make html"))
0 commit comments