We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 34a1a6d + 77a6d33 commit dc3c22eCopy full SHA for dc3c22e
README.md
@@ -9,7 +9,7 @@ This repository is marked as a template repository.
9
Github offers you the convenient possibility to open a new repository from a such a template repository.
10
See [here](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template) for details.
11
2. Clone your new repository
12
-3. Rename the `python-template` package to your project name
+3. Rename the `python-project` package to your project name (this is where your source code should go).
13
4. Install the dependencies (preferably within a fresh virtual environment)
14
5. Run `pre-commit install`
15
6. Enjoy!
setup.cfg
@@ -0,0 +1,3 @@
1
+[flake8]
2
+max-line-length = 88
3
+extend-ignore = E203
0 commit comments