mirror of
https://github.com/nikolaik/docker-python-nodejs.git
synced 2025-09-05 23:27:57 +03:00
🔧 Simplify linting script
This commit is contained in:
@@ -5,15 +5,13 @@ repos:
|
||||
hooks:
|
||||
- id: black
|
||||
name: black
|
||||
entry: pipenv run black
|
||||
exclude: model_config.py
|
||||
entry: black
|
||||
args: [--check]
|
||||
language: system
|
||||
require_serial: true
|
||||
types: [python]
|
||||
- id: isort
|
||||
name: isort
|
||||
entry: pipenv run isort
|
||||
entry: isort
|
||||
args: [--check-only]
|
||||
language: system
|
||||
types: [python]
|
||||
|
||||
Reference in New Issue
Block a user