Skip to content

Commit

Permalink
Bump pyupgrade to version 3.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianSosic committed Oct 22, 2024
1 parent be5b65c commit 7fc8555
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .lockfiles/py310-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ python-json-logger==2.0.7
# via jupyter-events
pytz==2024.1
# via pandas
pyupgrade==3.16.0
pyupgrade==3.19.0
# via baybe (pyproject.toml)
pywin32==306 ; platform_python_implementation != 'PyPy' and sys_platform == 'win32'
# via jupyter-core
Expand Down Expand Up @@ -854,7 +854,7 @@ threadpoolctl==3.5.0
# via scikit-learn
tinycss2==1.3.0
# via nbconvert
tokenize-rt==5.2.0
tokenize-rt==6.1.0
# via pyupgrade
toml==0.10.2
# via
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format
- repo: https://github.com/asottile/pyupgrade
rev: v3.16.0
rev: v3.19.0
hooks:
- id: pyupgrade
args: [--py310-plus]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ lint = [
"flake8==7.1.0", # see DEV TOOLS NOTE
"pre-commit==3.7.1", # see DEV TOOLS NOTE
"pydoclint==0.5.5", # see DEV TOOLS NOTE
"pyupgrade==3.16.0", # see DEV TOOLS NOTE
"pyupgrade==3.19.0", # see DEV TOOLS NOTE
"ruff==0.5.2", # see DEV TOOLS NOTE
]

Expand Down

0 comments on commit 7fc8555

Please sign in to comment.