Skip to content

Commit

Permalink
Merge branch 'main' into issue/1605
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana authored Jul 22, 2024
2 parents f008ab9 + 0cdf2f3 commit bb4e334
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ repos:
- --py37-plus
- --keep-runtime-typing
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.2
rev: v0.5.4
hooks:
- id: ruff
args:
Expand All @@ -71,7 +71,7 @@ repos:
alias: black
additional_dependencies: [black>=22.10.0]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.10.1"
rev: "v1.11.0"

hooks:
- id: mypy
Expand Down
1 change: 0 additions & 1 deletion cosmos/dbt/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ class DbtGraph:
nodes: dict[str, DbtNode] = dict()
filtered_nodes: dict[str, DbtNode] = dict()
load_method: LoadMode = LoadMode.AUTOMATIC
current_version: str = ""

def __init__(
self,
Expand Down

0 comments on commit bb4e334

Please sign in to comment.