Skip to content

Commit

Permalink
temporary pin pylint (#2241)
Browse files Browse the repository at this point in the history
  • Loading branch information
sir-sigurd authored Jun 30, 2021
1 parent 3f1e948 commit 3c56e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- run:
name: Install dependencies
command: |
pip install pylint 'pycodestyle>=2.6.0a1'
pip install 'pylint<2.9' 'pycodestyle>=2.6.0a1'
- run:
name: Run pylint
command: |
Expand Down

0 comments on commit 3c56e4f

Please sign in to comment.