mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-16 22:42:57 +00:00
pre-commit: remove autopep8, black will cover that
This commit is contained in:

committed by
Erik Sundell

parent
744cb368d0
commit
58e7a5a01a
@@ -10,12 +10,6 @@ repos:
|
|||||||
- id: black
|
- id: black
|
||||||
args: [--target-version=py36]
|
args: [--target-version=py36]
|
||||||
|
|
||||||
# Autoformat: Python code
|
|
||||||
- repo: https://github.com/pre-commit/mirrors-autopep8
|
|
||||||
rev: v1.5.7
|
|
||||||
hooks:
|
|
||||||
- id: autopep8
|
|
||||||
|
|
||||||
# Autoformat: YAML, JSON, Markdown, etc.
|
# Autoformat: YAML, JSON, Markdown, etc.
|
||||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||||
rev: v2.3.2
|
rev: v2.3.2
|
||||||
|
Reference in New Issue
Block a user