Skip to content
Snippets Groups Projects
Commit 989881ba authored by Michele Nottoli's avatar Michele Nottoli
Browse files

Removed python version from pre-commit (not everyone has 3.9).

parent a822f17f
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ repos: ...@@ -29,7 +29,7 @@ repos:
rev: "23.9.1" rev: "23.9.1"
hooks: hooks:
- id: black - id: black
language_version: python3.9 language_version: python
args: ["-l", "100"] args: ["-l", "100"]
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: "v3.1.0" rev: "v3.1.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment