Skip to content

Commit 07ef3ca

Browse files
committed
add files explanation
1 parent 41ba407 commit 07ef3ca

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ Basically, a repository with hooks pre-commit using:
66
- `Flake8`: A code checker for your Python code
77
- `isort`: A Python library for sorting imports
88

9+
## Config files
10+
11+
- `.pre-commit-config.yaml`: Used to configure pre-commit hooks. There are much more [hooks](https://pre-commit.com/hooks.html)
12+
that can be added.
13+
- `pyproject.toml`: Settings for black and isort parameters.
14+
- `.flake8`: Settings for flake8.
15+
916
## Notes
1017

1118
The settings made here are not 100% in compliance with PEP8. I personally think that 79 characters for a line length are not enough and rather use 100 instead.

0 commit comments

Comments
 (0)