Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tconbeer committed Dec 17, 2023
1 parent fff50ef commit 93a4ba1
Show file tree
Hide file tree
Showing 3 changed files with 169 additions and 204 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ default_language_version:
python: python3.10
repos:
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.12.0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
hooks:
- id: flake8
- repo: https://github.com/PyCQA/isort
rev: 5.11.5
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.4.1
rev: v1.7.1
hooks:
- id: mypy
additional_dependencies:
Expand Down
3 changes: 1 addition & 2 deletions mypy.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[mypy]
python_version=3.10
mypy_path = $MYPY_CONFIG_FILE_DIR/stubs
files=
src/sqlfmt/**/*.py,
Expand Down Expand Up @@ -28,4 +27,4 @@ warn_unused_configs=True

no_implicit_reexport=True
strict_equality=True
strict_concatenate=True
extra_checks=True
Loading

0 comments on commit 93a4ba1

Please sign in to comment.