Skip to content
Snippets Groups Projects
Commit 204c49e4 authored by nimrod's avatar nimrod
Browse files

Add pyupgrade pre-commit hook.

I'm targeting pretty recent Python versions (3.6+) so why not enjoy the
latest syntax and features.
parent 217181d3
No related branches found
No related tags found
No related merge requests found
......@@ -90,6 +90,11 @@ repos:
additional_dependencies:
- toml
- repo: https://github.com/asottile/pyupgrade
rev: v2.23.2
hooks:
- id: pyupgrade
- repo: local
hooks:
- id: poetry check
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment