Skip to content

Commit 628f352

Browse files
committed
small fixes - remove black reference and .pre-commit
1 parent 744e771 commit 628f352

File tree

3 files changed

+4
-27
lines changed

3 files changed

+4
-27
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Ignore project example
2+
python-project-example
3+
14
.DS_Store
25
.coverage
36
.vscode/\n.idea/

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@
6262

6363
Python template with some awesome tools to quickstart a Python project with the industry best practices.
6464
It includes automatic generation of API documentation, tests using PyTest, code coverage,
65-
ruff linting to enforce standardized Python coding, virtual environments using UV, workflow automation using Taskipy,
66-
code formatting using black and a space optimized Dockerfile to kickstart your project and run tests using the power of Docker containers.
65+
ruff linting to enforce standardized Python coding and formatting, virtual environments using UV, workflow automation using Taskipy and a space optimized Dockerfile to kickstart your project and run tests using the power of Docker containers.
6766

6867
You only need to install [Cookiecutter](https://cookiecutter.readthedocs.io/en/1.7.2/usage.html)!
6968

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

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)