[pre-commit.ci] pre-commit autoupdate (#1084)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.2.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.1.0...v4.2.0) - [github.com/asottile/pyupgrade: v2.31.1 → v2.32.0](https://github.com/asottile/pyupgrade/compare/v2.31.1...v2.32.0) * chore: fix minor style msg Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> * chore: use extend on flake8 Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
co-authored by
Henry Schreiner
parent
00ba73bf21
commit
9ae6ae2756
@@ -1,7 +1,7 @@
|
|||||||
repos:
|
repos:
|
||||||
|
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v4.1.0
|
rev: v4.2.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: check-case-conflict
|
- id: check-case-conflict
|
||||||
- id: check-merge-conflict
|
- id: check-merge-conflict
|
||||||
@@ -14,7 +14,7 @@ repos:
|
|||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
|
|
||||||
- repo: https://github.com/asottile/pyupgrade
|
- repo: https://github.com/asottile/pyupgrade
|
||||||
rev: v2.31.1
|
rev: v2.32.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: pyupgrade
|
- id: pyupgrade
|
||||||
name: PyUpgrade 3.6+
|
name: PyUpgrade 3.6+
|
||||||
|
|||||||
@@ -51,7 +51,6 @@ class EnvironmentAssignment(Protocol):
|
|||||||
executor: Optional[bashlex_eval.EnvironmentExecutor] = None,
|
executor: Optional[bashlex_eval.EnvironmentExecutor] = None,
|
||||||
) -> str:
|
) -> str:
|
||||||
"""Returns the value of this assignment, as evaluated in the environment"""
|
"""Returns the value of this assignment, as evaluated in the environment"""
|
||||||
...
|
|
||||||
|
|
||||||
|
|
||||||
class EnvironmentAssignmentRaw:
|
class EnvironmentAssignmentRaw:
|
||||||
|
|||||||
@@ -56,8 +56,8 @@ console_scripts =
|
|||||||
cibuildwheel = resources/*
|
cibuildwheel = resources/*
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
ignore = E501,W503,E741,E226,B950,E203
|
extend-ignore = E203,E501,B950
|
||||||
select = C,E,F,W,B,B9
|
extend-select = B,B9
|
||||||
application-import-names = cibuildwheel
|
application-import-names = cibuildwheel
|
||||||
exclude =
|
exclude =
|
||||||
cibuildwheel/resources/,
|
cibuildwheel/resources/,
|
||||||
|
|||||||
Reference in New Issue
Block a user