Skip to content

Commit ee3b439

Browse files
no dupe push/pull actions
1 parent 7a97ad2 commit ee3b439

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Linting
22

3-
on: [push, pull_request]
3+
on: [push]
44

55
jobs:
66
build:

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Testing
22

3-
on: [push, pull_request]
3+
on: [push]
44

55
jobs:
66
build:

setup.cfg

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
[flake8]
2-
extend-ignore = "Wv503, F401, RST21, E741, W291, W293, E501, E231, E203, W605"
2+
exclude = .git,__pycache__,docs_rst/conf.py,tests
3+
extend-ignore = E741,W291,W293,E501,E231,E203,W605
34
max-line-length = 120
4-
max-doc-length = 120
5-
min-python-version = "3.8.0"
6-
rst-roles = "class, func, ref, obj"
7-
select = "C, E, F, W, B, B950"

0 commit comments

Comments
 (0)