We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11b7272 + ad82bd1 commit b65bdf2Copy full SHA for b65bdf2
1 file changed
.github/workflows/_static-checks.yml
@@ -16,9 +16,9 @@ jobs:
16
python-version: ${{ matrix.python-version }}
17
- name: Install dependencies
18
run: pip install --no-cache-dir -U pip .['dev']
19
- - name: Style check with flake8
+ - name: Style check with ruff
20
run: nox --session=style
21
- - name: Format check with black
+ - name: Format check with ruff
22
run: nox --session=format
23
- name: Type check with mypy
24
run: nox --session=type
0 commit comments