Skip to content

Commit ca853ae

Browse files
author
koliver_kv
committed
chore: remove black from pre-commit-config.yaml and dependencies
1 parent 80b32b8 commit ca853ae

File tree

3 files changed

+1
-65
lines changed

3 files changed

+1
-65
lines changed

{{cookiecutter.project_name}}/.pre-commit-config.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
repos:
22
- repo: local
33
hooks:
4-
- id: black
5-
name: black
6-
entry: black
7-
language: system
8-
types: [python]
9-
require_serial: true
104
- id: check-added-large-files
115
name: Check for added large files
126
entry: check-added-large-files

{{cookiecutter.project_name}}/poetry.lock

Lines changed: 1 addition & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

{{cookiecutter.project_name}}/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ platformdirs = "^4.2.2"
2828

2929
[tool.poetry.dev-dependencies]
3030
Pygments = ">=2.10.0"
31-
black = ">=21.10b0"
3231
coverage = ">=6.2"
3332
darglint = ">=1.8.1"
3433
furo = ">=2021.11.12"

0 commit comments

Comments
 (0)