Skip to content

Commit c46db7d

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: "CodeQL"
55

66
on:
77
push:
8-
branches: [ "master", "1.0", "1.1", "1.2", "1.3", "1.4", "1.5", "1.6", "1.7" ]
8+
branches: ["master", "1.0", "1.1", "1.2", "1.3", "1.4", "1.5", "1.6", "1.7"]
99
pull_request:
10-
branches: [ "master" ]
10+
branches: ["master"]
1111
schedule:
1212
- cron: "59 17 * * 6"
1313

@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
language: [ python ]
26+
language: [python]
2727

2828
steps:
2929
- name: Checkout

0 commit comments

Comments
 (0)