Skip to content

Commit

Permalink
fix: add flake8 config files to gh folders
Browse files Browse the repository at this point in the history
  • Loading branch information
Omer Kayabasi committed Dec 17, 2024
1 parent 2603781 commit 0d0379b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/.flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[flake8]
extend-ignore = E501
2 changes: 2 additions & 0 deletions .github/workflows/.flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[flake8]
extend-ignore = E501
4 changes: 2 additions & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ name: Lint
on: # yamllint disable-line rule:truthy
push:
branches:
- main
- origin/main
pull_request:
branches:
- main
- origin/main

permissions: {}

Expand Down

0 comments on commit 0d0379b

Please sign in to comment.