Skip to content

Commit 91f36aa

Browse files
author
red-ship-it
committed
fixing action error as incorrect sytax was added to action file
1 parent 1588bdf commit 91f36aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-package.yml

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
python-version: ["3.8", "3.9", "3.10", "3.11"]
21-
with:
22-
max_line_length: 90
2321

2422
steps:
2523
- uses: actions/checkout@v3

.pre-commit-config.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ repos:
77
rev: 6.0.0
88
hooks:
99
- id: flake8
10+
args:
11+
- --ignore=E501
1012
- repo: https://github.com/pycqa/isort
1113
rev: 5.12.0
1214
hooks:

0 commit comments

Comments
 (0)