Skip to content

Commit f4a8502

Browse files
committed
fixed linting bug
1 parent 91b743b commit f4a8502

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ repos:
1414
name: Code Formatting
1515
entry: "make fmt"
1616
types: [python]
17-
language_version: python3.6
17+
language_version: python3.8
1818
language: python
1919
- id: code_linting
2020
args: [ ]
2121
name: Code Linting
2222
entry: "make lint"
2323
types: [ python ]
24-
language_version: python3.6
24+
language_version: python3.8
2525
language: python
2626
- repo: https://github.com/pre-commit/pre-commit-hooks
2727
rev: v2.3.0

ellar_cli/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ def build_typers() -> t.Any:
5656
typer.Abort()
5757
return 1
5858

59-
6059
meta_: t.Optional[EllarCLIService] = EllarCLIService.import_project_meta(app_name)
6160

6261
if meta_ and meta_.has_meta:

0 commit comments

Comments
 (0)