Skip to content

Commit b65bdf2

Browse files
authored
Merge pull request #476 from TheHive-Project/473-experiment-with-ruff-as-an-alternative-linterformatter
#473 - Introduce ruff to replace flake8 and black
2 parents 11b7272 + ad82bd1 commit b65bdf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/_static-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
python-version: ${{ matrix.python-version }}
1717
- name: Install dependencies
1818
run: pip install --no-cache-dir -U pip .['dev']
19-
- name: Style check with flake8
19+
- name: Style check with ruff
2020
run: nox --session=style
21-
- name: Format check with black
21+
- name: Format check with ruff
2222
run: nox --session=format
2323
- name: Type check with mypy
2424
run: nox --session=type

0 commit comments

Comments
 (0)