Skip to content

Commit 1fead19

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 30744e3 commit 1fead19

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/dependabot.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2
22
updates:
3-
- package-ecosystem: 'github-actions'
4-
directory: '/'
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
55
schedule:
66
# Check for updates once a week
7-
interval: 'weekly'
7+
interval: "weekly"

.github/workflows/ci.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
- id: skip_check
1414
uses: fkirc/skip-duplicate-actions@master
1515
with:
16-
concurrent_skipping: 'same_content'
17-
skip_after_successful_duplicate: 'false'
16+
concurrent_skipping: "same_content"
17+
skip_after_successful_duplicate: "false"
1818
do_not_skip: '["pull_request", "workflow_dispatch", "schedule"]'
1919
paths_ignore: '["**/docs/**"]'
2020

@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
python-version: ['3.7', '3.8', '3.9']
32+
python-version: ["3.7", "3.8", "3.9"]
3333
steps:
3434
- name: Cancel Previous Runs
3535
uses: styfle/[email protected]

codecov.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ codecov:
55
comment: false
66

77
ignore:
8-
- 'tests/*.py'
9-
- 'setup.py'
8+
- "tests/*.py"
9+
- "setup.py"
1010

1111
coverage:
1212
precision: 2

0 commit comments

Comments
 (0)