Skip to content

Commit

Permalink
chore: bump dependencies (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
tconbeer authored Oct 20, 2023
1 parent 89f6af6 commit e19f279
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 77 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
repos:
- repo: https://github.com/psf/black
rev: 23.9.1
rev: 23.10.0
hooks:
- id: black
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.292
rev: v0.1.1
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.5.1
rev: v1.6.1
hooks:
- id: mypy
additional_dependencies:
- click
- duckdb>=0.8.0
- shandy-sqlfmt[jinjafmt]
- textual>=0.39.0
- textual>=0.40.0
- textual-textarea>=0.7.2
- textual-fastdatatable>=0.1.3
- pytest
Expand Down
Loading

0 comments on commit e19f279

Please sign in to comment.