You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,13 @@ Basically, a repository with hooks pre-commit using:
6
6
-`Flake8`: A code checker for your Python code
7
7
-`isort`: A Python library for sorting imports
8
8
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
+
9
16
## Notes
10
17
11
18
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