Skip to content

Commit

Permalink
fix flake
Browse files Browse the repository at this point in the history
  • Loading branch information
ademariag committed Mar 29, 2024
1 parent 979ce92 commit 7755530
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[flake8]
max-line-length=120
2 changes: 1 addition & 1 deletion .github/workflows/python-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Lint with flake8
run: |
flake8 --max-line-length=120 --statistics --show-source .
flake8 --statistics --show-source .
- name: Lint with black
run: |
Expand Down
2 changes: 1 addition & 1 deletion kadet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import hashlib
import json
from typing import Any, Annotated
from typing import Annotated
import yaml
from box import Box, BoxList
from pydantic import BaseModel as PydanticBaseModel, Field
Expand Down

0 comments on commit 7755530

Please sign in to comment.