Skip to content

Commit e8c8cfd

Browse files
[pre-commit.ci] pre-commit autoupdate (#45)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/Zac-HD/shed: 0.10.5 → 0.10.9](Zac-HD/shed@0.10.5...0.10.9) - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0) - [github.com/pre-commit/pygrep-hooks: v1.9.0 → v1.10.0](pre-commit/pygrep-hooks@v1.9.0...v1.10.0) - [github.com/python-jsonschema/check-jsonschema: 0.19.2 → 0.21.0](python-jsonschema/check-jsonschema@0.19.2...0.21.0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 49d9b35 commit e8c8cfd

File tree

2 files changed

+25
-24
lines changed

2 files changed

+25
-24
lines changed

.github/workflows/codeql.yml

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
name: "CodeQL"
1+
---
2+
name: CodeQL
23

34
on:
45
push:
5-
branches: [ "master" ]
6+
branches: [master]
67
pull_request:
7-
branches: [ "master" ]
8+
branches: [master]
89
schedule:
9-
- cron: "30 13 * * 6"
10+
- cron: 30 13 * * 6
1011

1112
jobs:
1213
analyze:
@@ -20,22 +21,22 @@ jobs:
2021
strategy:
2122
fail-fast: false
2223
matrix:
23-
language: [ python ]
24+
language: [python]
2425

2526
steps:
26-
- name: Checkout
27-
uses: actions/checkout@v3
27+
- name: Checkout
28+
uses: actions/checkout@v3
2829

29-
- name: Initialize CodeQL
30-
uses: github/codeql-action/init@v2
31-
with:
32-
languages: ${{ matrix.language }}
33-
queries: +security-and-quality
30+
- name: Initialize CodeQL
31+
uses: github/codeql-action/init@v2
32+
with:
33+
languages: ${{ matrix.language }}
34+
queries: +security-and-quality
3435

35-
- name: Autobuild
36-
uses: github/codeql-action/autobuild@v2
36+
- name: Autobuild
37+
uses: github/codeql-action/autobuild@v2
3738

38-
- name: Perform CodeQL Analysis
39-
uses: github/codeql-action/analyze@v2
40-
with:
41-
category: "/language:${{ matrix.language }}"
39+
- name: Perform CodeQL Analysis
40+
uses: github/codeql-action/analyze@v2
41+
with:
42+
category: /language:${{ matrix.language }}

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.3.0
4+
rev: v4.4.0
55
hooks:
66
- id: check-merge-conflict
77
exclude: rst$
@@ -10,7 +10,7 @@ repos:
1010
hooks:
1111
- id: yesqa
1212
- repo: https://github.com/Zac-HD/shed
13-
rev: 0.10.5 # 0.7 does not support Python 3.7
13+
rev: 0.10.9 # 0.7 does not support Python 3.7
1414
hooks:
1515
- id: shed
1616
args:
@@ -25,7 +25,7 @@ repos:
2525
- id: yamlfmt
2626
args: [--mapping, '2', --sequence, '2', --offset, '0']
2727
- repo: https://github.com/pre-commit/pre-commit-hooks
28-
rev: v4.3.0
28+
rev: v4.4.0
2929
hooks:
3030
- id: trailing-whitespace
3131
- id: end-of-file-fixer
@@ -37,16 +37,16 @@ repos:
3737
- id: check-yaml
3838
- id: debug-statements
3939
- repo: https://github.com/PyCQA/flake8
40-
rev: 5.0.4
40+
rev: 6.0.0
4141
hooks:
4242
- id: flake8
4343
language_version: python3
4444
- repo: https://github.com/pre-commit/pygrep-hooks
45-
rev: v1.9.0
45+
rev: v1.10.0
4646
hooks:
4747
- id: python-use-type-annotations
4848
- repo: https://github.com/python-jsonschema/check-jsonschema
49-
rev: 0.19.2
49+
rev: 0.21.0
5050
hooks:
5151
- id: check-github-actions
5252
- id: check-github-workflows

0 commit comments

Comments
 (0)