Skip to content
Snippets Groups Projects
Commit 39a5c801 authored by Benjamin Bertrand's avatar Benjamin Bertrand
Browse files

Update black and pre-commit config

parent aec6ec2f
No related branches found
No related tags found
No related merge requests found
...@@ -3,8 +3,7 @@ repos: ...@@ -3,8 +3,7 @@ repos:
rev: stable rev: stable
hooks: hooks:
- id: black - id: black
language_version: python3.6
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v1.3.0 rev: v2.3.0
hooks: hooks:
- id: flake8 - id: flake8
[tool.black] [tool.black]
py36 = true target_version = ['py37']
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