Skip to content

Commit

Permalink
⬆ Bump (pre-commit): Update pyupgrade 3.16.0, ruff 0.5.0 and mypy 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpcadena committed Jul 3, 2024
1 parent 5473bcd commit a7a6921
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 47 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ repos:
args: [ --markdown-linebreak-ext=md ]

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.16.0
hooks:
- id: pyupgrade
args:
- --py3-plus
- --keep-runtime-typing

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.2
rev: v0.5.0
hooks:
# Run the linter.
- id: ruff
Expand All @@ -52,21 +52,21 @@ repos:
args: [ "--config", "pyproject.toml" ]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.2
rev: v0.5.0
hooks:
# Run the formatter.
- id: ruff-format
args: [ "--config", "pyproject.toml" ]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.0
rev: v1.10.1
hooks:
- id: mypy
additional_dependencies:
- 'pydantic'

- repo: https://github.com/PyCQA/bandit
rev: 1.7.8
rev: 1.7.9
hooks:
- id: bandit
args: [ "-c", "pyproject.toml" ]
Expand Down
64 changes: 22 additions & 42 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a7a6921

Please sign in to comment.