Skip to content

Commit

Permalink
update linting and pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dwreeves committed Aug 12, 2023
1 parent 3679123 commit 133f98d
Show file tree
Hide file tree
Showing 5 changed files with 744 additions and 792 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
chmod +x ./run
./run setup
pip install -U "dbt-core==$DBT_CORE_VERSION" "dbt-duckdb"
pip install -U "dbt-duckdb"
env:
DBT_CORE_VERSION: ${{ matrix.dbt_core }}
- name: Lint
Expand Down
7 changes: 1 addition & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,10 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.223
rev: v0.0.284
hooks:
- id: ruff

- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort

- repo: https://github.com/koalaman/shellcheck-precommit
rev: v0.8.0
hooks:
Expand Down
Loading

0 comments on commit 133f98d

Please sign in to comment.