We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91b743b commit f4a8502Copy full SHA for f4a8502
.pre-commit-config.yaml
@@ -14,14 +14,14 @@ repos:
14
name: Code Formatting
15
entry: "make fmt"
16
types: [python]
17
- language_version: python3.6
+ language_version: python3.8
18
language: python
19
- id: code_linting
20
args: [ ]
21
name: Code Linting
22
entry: "make lint"
23
types: [ python ]
24
25
26
- repo: https://github.com/pre-commit/pre-commit-hooks
27
rev: v2.3.0
ellar_cli/main.py
@@ -56,7 +56,6 @@ def build_typers() -> t.Any:
56
typer.Abort()
57
return 1
58
59
-
60
meta_: t.Optional[EllarCLIService] = EllarCLIService.import_project_meta(app_name)
61
62
if meta_ and meta_.has_meta:
0 commit comments