Skip to content

Commit a0a176f

Browse files
committed
x
1 parent 767a9cb commit a0a176f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/lint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,4 @@ jobs:
2424
pre-commit install
2525
- name: Linting
2626
run: |
27-
pre-commit sample-config > .pre-commit-config.yaml
2827
pre-commit run --all-files

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ repos:
1616
rev: 5.0.4
1717
hooks:
1818
- id: flake8
19-
args: [ "--max-line-length=2200", "--ignore=E131,E125,W503,W504,E203,E231,E702,E128,F541,W604" ]
19+
args: [ "--max-line-length=2200", "--ignore=E121,E131,E125,W503,W504,W604,E203,E231,E702,E128,F541" ]
2020
exclude: 'app/|examples/|test/|dingo/run/vsl.py'

0 commit comments

Comments
 (0)