We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dc4707 commit 8a03db0Copy full SHA for 8a03db0
.github/workflows/lint.yml
@@ -9,5 +9,6 @@ jobs:
9
- uses: actions/setup-python@v5
10
with:
11
python-version: '3.10'
12
+ - run: pip install --upgrade flake8 isort
13
- run: flake8 .
14
- run: isort .
0 commit comments