Skip to content

Commit

Permalink
chore: fix yaml files definition
Browse files Browse the repository at this point in the history
  • Loading branch information
fabclmnt committed Sep 6, 2024
1 parent 8c1308d commit 82ca523
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install setuptools
make install-all
- name: Validate code formatting
Expand Down
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ repos:
rev: 4.0.1
hooks:
- id: flake8
additional_dependencies: [flake8-typing-imports==1.15.0]
args: ["--max-line-length=88", "--extend-ignore=N803,N806,E501,Q000,W605"]
name: Code checker (flake8)
- repo: https://github.com/pycqa/isort
Expand Down

0 comments on commit 82ca523

Please sign in to comment.