Skip to content

Commit 380c419

Browse files
committed
Rely on pre-commit.ci for flake8 test
1 parent ca2b2fe commit 380c419

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ jobs:
4949
pip install .
5050
pip freeze
5151
52-
- name: Run flake8 linter
53-
run: flake8
54-
5552
- name: Run tests
5653
run: |
5754
pytest --verbose --maxfail=2 --color=yes --cov nbgitpuller

dev-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
flake8
21
jupyter-packaging>=0.10
32
nbclassic
43
pytest

docs/contributing.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,6 @@ Hence, nbgitpuller can be developed locally without needing a JupyterHub.
9797
process (started in step 5) to see your changes take effect. This is not needed if
9898
you are only working on the javascript or css.
9999

100-
## Running the flake8 linter
101-
102-
[flake8](https://flake8.pycqa.org/en/latest/) is used to validate python coding style. The
103-
flake8 config is in `.flake8`, and is not super strict. You should be able to run
104-
`flake8` in the root directory of the repository to get a list of issues to be fixed.
105-
106100
## Running tests
107101

108102
[pytest](https://docs.pytest.org/) is used to run unit and integration tests,

0 commit comments

Comments
 (0)