Skip to content

Commit dc3c22e

Browse files
authored
Merge pull request #4 from ie3-institute/to/#1-flake8-black
add flake8 config
2 parents 34a1a6d + 77a6d33 commit dc3c22e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This repository is marked as a template repository.
99
Github offers you the convenient possibility to open a new repository from a such a template repository.
1010
See [here](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template) for details.
1111
2. Clone your new repository
12-
3. Rename the `python-template` package to your project name
12+
3. Rename the `python-project` package to your project name (this is where your source code should go).
1313
4. Install the dependencies (preferably within a fresh virtual environment)
1414
5. Run `pre-commit install`
1515
6. Enjoy!

setup.cfg

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[flake8]
2+
max-line-length = 88
3+
extend-ignore = E203

0 commit comments

Comments
 (0)