Skip to content

Commit 9db0b20

Browse files
committed
👽️ Pin flake8 to 5.0.4 in azure pipelines
1 parent b466dbf commit 9db0b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
versionSpec: '3.9'
4646
- bash: |
4747
# Include pytest compatibility with mypy
48-
pip install pytest flake8 mypy==0.782 black==22.3
48+
pip install pytest flake8==5.0.4 mypy==0.782 black==22.3
4949
displayName: Install linters
5050
- bash: |
5151
black --check --diff .

0 commit comments

Comments
 (0)