Skip to content

Commit

Permalink
chore: update workers to support textual 0.31.0 (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
tconbeer authored Aug 2, 2023
1 parent a53131d commit a0f836f
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 38 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
repos:
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.274
rev: v0.0.282
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.4.0
rev: v1.4.1
hooks:
- id: mypy
additional_dependencies:
- click
- duckdb>=0.8.0
- shandy-sqlfmt[jinjafmt]
- textual
- textual-textarea>=0.1.2
- textual>=0.31.0
- textual-textarea>=0.3.3
- pytest
args:
- "--disallow-untyped-calls"
Expand Down
Loading

0 comments on commit a0f836f

Please sign in to comment.