Skip to content

Commit

Permalink
Remove flake8 from docs jobs (#1376)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexsandruss authored Jul 25, 2023
1 parent 4b045e8 commit b36d1d4
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .ci/pipeline/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,6 @@ variables:
value: python

jobs:
- job: PEP8
pool:
vmImage: 'ubuntu-22.04'
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.9'
addToPath: true
- script: |
python -m pip install --upgrade pip setuptools
pip install flake8
flake8 --ignore=E265,E722,E402,F401,F403,W503 --max-line-length=90 --count
displayName: 'PEP 8 check'
- job: Docs
pool:
vmImage: 'ubuntu-22.04'
Expand Down

0 comments on commit b36d1d4

Please sign in to comment.