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.
1 parent fe0efae commit 64a06dbCopy full SHA for 64a06db
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ on:
7
types: [published]
8
schedule:
9
# Daily at 8:33
10
- - cron: '33 8 * * *'
+ - cron: "33 8 * * *"
11
12
jobs:
13
pre-commit:
.pre-commit-config.yaml
@@ -17,7 +17,7 @@ repos:
17
hooks:
18
- id: isort
19
- repo: https://github.com/pycqa/flake8
20
- rev: '5.0.4'
+ rev: "5.0.4"
21
22
- id: flake8
23
- repo: https://github.com/asottile/pyupgrade
@@ -30,3 +30,7 @@ repos:
30
- name: black
31
id: black
32
args: ["--line-length", "79"]
33
+ - repo: https://github.com/pre-commit/mirrors-prettier
34
+ rev: "v3.0.0-alpha.4"
35
+ hooks:
36
+ - id: prettier
0 commit comments