Skip to content

Commit

Permalink
Merge #34
Browse files Browse the repository at this point in the history
34: Disable fstring suggestions for now r=aragilar a=aragilar



Co-authored-by: James Tocknell <aragilar@gmail.com>
  • Loading branch information
bors[bot] and aragilar committed Mar 29, 2022
2 parents 5a14d30 + 0e76e87 commit 58d517b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Expand Up @@ -26,7 +26,7 @@ variables:
jobs:
- job: 'static_checks'
pool:
vmImage: ubuntu-16.04
vmImage: ubuntu-20.04
variables:
TOXENV: flake8,pylint,docs,check-manifest,checkreadme
steps:
Expand All @@ -43,7 +43,7 @@ jobs:
- job: 'ubuntu1604'
pool:
vmImage: ubuntu-16.04
vmImage: ubuntu-20.04
strategy:
matrix:
py36:
Expand Down
1 change: 1 addition & 0 deletions pylintrc
Expand Up @@ -62,6 +62,7 @@ evaluation=10.0 - ((float(5 * error + warning + refactor + convention) / stateme
# no Warning level messages displayed, use"--disable=all --enable=classes
# --disable=W"
#disable=invalid-name,bad-continuation,too-many-arguments,too-many-locals,too-many-statements,redefined-builtin
disable=consider-using-f-string


[SIMILARITIES]
Expand Down

0 comments on commit 58d517b

Please sign in to comment.