Skip to content

Commit d77e87a

Browse files
committed
Use ruff and uv
1 parent 566ddd6 commit d77e87a

File tree

2 files changed

+14
-15
lines changed

2 files changed

+14
-15
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: "CodeQL"
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: ["main"]
66
pull_request:
77
# The branches below must be a subset of the branches above
8-
branches: [ "main" ]
8+
branches: ["main"]
99
schedule:
10-
- cron: '38 4 * * 2'
10+
- cron: "38 4 * * 2"
1111

1212
jobs:
1313
analyze:
@@ -20,15 +20,15 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
language: [ 'python' ]
23+
language: ["python"]
2424
steps:
25-
- name: Checkout repository
26-
uses: actions/checkout@v4
27-
- name: Initialize CodeQL
28-
uses: github/codeql-action/init@v3
29-
with:
30-
languages: ${{ matrix.language }}
31-
- name: Perform CodeQL Analysis
32-
uses: github/codeql-action/analyze@v3
33-
with:
34-
category: "/language:${{matrix.language}}"
25+
- name: Checkout repository
26+
uses: actions/checkout@v4
27+
- name: Initialize CodeQL
28+
uses: github/codeql-action/init@v3
29+
with:
30+
languages: ${{ matrix.language }}
31+
- name: Perform CodeQL Analysis
32+
uses: github/codeql-action/analyze@v3
33+
with:
34+
category: "/language:${{matrix.language}}"

.github/workflows/linter.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,3 @@ jobs:
3434
FILTER_REGEX_EXCLUDE: (.*/)?(LICENSE)
3535
YAML_CONFIG_FILE: .yamllint.yaml
3636
PYTHON_FLAKE8_CONFIG_FILE: .flake8
37-

0 commit comments

Comments
 (0)