Skip to content

Commit d66821e

Browse files
authored
Remove Ruff validations (#287)
Co-authored-by: Florian <1technophile@users.noreply.github.com>
1 parent 3892c70 commit d66821e

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,6 @@ jobs:
1313
uses: pre-commit/action@v3.0.0
1414
with:
1515
extra_args: --all-files vale
16-
format:
17-
runs-on: ubuntu-22.04
18-
steps:
19-
- name: Checkout repository
20-
uses: actions/checkout@v3
21-
- name: Ruff format
22-
uses: pre-commit/action@v3.0.0
23-
with:
24-
extra_args: --all-files ruff-format
2516
test:
2617
strategy:
2718
fail-fast: false
@@ -41,10 +32,6 @@ jobs:
4132
uses: actions/setup-python@v4
4233
with:
4334
python-version: ${{ matrix.python }}
44-
- name: Ruff
45-
uses: pre-commit/action@v3.0.0
46-
with:
47-
extra_args: --all-files ruff
4835
- name: Mypy
4936
uses: pre-commit/action@v3.0.0
5037
with:

.pre-commit-config.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ repos:
88
pass_filenames: false
99
args: [sync]
1010
- id: vale
11-
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: 'v0.1.13'
13-
hooks:
14-
- id: ruff-format
15-
- id: ruff
1611
- repo: https://github.com/pre-commit/mirrors-mypy
1712
rev: v1.8.0
1813
hooks:

0 commit comments

Comments
 (0)