-
-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade linters to the latest version #438
Conversation
nox/popen.py:77: error: Incompatible types in assignment (expression has type "Optional[bytes]", variable has type "bytes")
nox/_version.py:26: error: Name 'metadata' already defined (by an import)
8ee3a6c
to
6907226
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks for doing this!
force_grid_wrap=0 | ||
use_parentheses=True | ||
line_length=88 | ||
profile=black |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice. :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes :)
Bump the dependencies of Nox's lint session:
Fix new warnings and type errors.
Apply changes in code style and import ordering.
Use the new profile feature of isort 5 to achieve compatibility with black.
Supercedes #435
Supercedes #436
Supercedes #437