Skip to content

Commit

Permalink
chore: Update poetry dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
1ambda committed Sep 3, 2023
1 parent 73c0efb commit 4ee5c5b
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 178 deletions.
28 changes: 24 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,16 @@ repos:
rev: v4.4.0
hooks:
- id: trailing-whitespace
name: 'default trailing whitespace'
verbose: true
- id: end-of-file-fixer
- id: check-ast
- id: check-case-conflict
- id: check-toml
- id: check-xml
- id: check-yaml
exclude: ^ci/meta.yaml$
- id: debug-statements
- id: end-of-file-fixer
exclude: \.txt$

- repo: https://github.com/kynan/nbstripout
rev: 0.6.1
Expand All @@ -28,6 +36,11 @@ repos:
types: [ python ]
args: [ --line-length=120 ]

- id: black-jupyter
name: 'jupyter black'
verbose: true
files: ^(notebook)/

- repo: https://github.com/pycqa/flake8
rev: 6.1.0
hooks:
Expand Down Expand Up @@ -81,7 +94,7 @@ repos:
- id: gitlint
name: 'git commit message enforcement'
verbose: true
stages: [commit-msg]
stages: [ commit-msg ]

# - repo: https://github.com/pre-commit/pre-commit-hooks
# rev: v4.4.0
Expand All @@ -90,4 +103,11 @@ repos:
# name: 'git branch name enforcement'
# verbose: true
# args: ['--pattern', '^(?!(feature/hotfix))/.*']
# # args: [ '--branch', 'master', '--branch', 'main', '--pattern', 'release/.*' ]
# # args: [ '--branch', 'master', '--branch', 'main', '--pattern', 'release/.*' ]

- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
hooks:
- id: codespell
types_or: [ python, rst, markdown, cython, c ]
additional_dependencies: [ tomli ]
183 changes: 10 additions & 173 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ python = "^3.10"
dbt-core = "^1.5.0"
dbt-trino = "^1.5.0"
trino = "^0.326.0"

urllib3 = "^1.26.16"

[tool.poetry.group.dev.dependencies]
commitizen = "^3.7.0"
Expand Down

0 comments on commit 4ee5c5b

Please sign in to comment.