committed by
GitHub
parent
11ba21418a
commit
82fb2417e3
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
python-version: "3.11"
|
||||
|
||||
- name: Install linters
|
||||
run: pip install black==23.12.1 isort==5.13.2 bandit==1.8.0
|
||||
run: pip install black==26.3.0 isort==5.13.2 bandit==1.8.0
|
||||
|
||||
- name: Check formatting (black)
|
||||
run: black --check --line-length 100 src/ tests/
|
||||
|
||||
Reference in New Issue
Block a user