Skip to content
Snippets Groups Projects
Commit 23487f37 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[pre-commit] Remove pyupgrade rule (replaced by ruff)

parent 65955e9e
No related branches found
No related tags found
No related merge requests found
......@@ -17,11 +17,6 @@ repos:
- id: mypy
args: [ --install-types, --non-interactive, --no-strict-optional, --ignore-missing-imports ]
exclude: '^.*/data/second_config\.py$'
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.1
hooks:
- id: pyupgrade
args: [--py310-plus]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment