Skip to content

Commit

Permalink
Update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy committed Aug 9, 2024
1 parent fb6e7f3 commit 4c5fd38
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
repos:
- repo: https://github.com/Quantco/pre-commit-mirrors-black
rev: 23.3.0
rev: 24.4.2
hooks:
- id: black-conda
- repo: https://github.com/Quantco/pre-commit-mirrors-flake8
rev: 6.0.0
rev: 7.1.0
hooks:
- id: flake8-conda
- repo: https://github.com/Quantco/pre-commit-mirrors-isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort-conda
additional_dependencies: [toml]
args: ["--profile", "black"]
- repo: https://github.com/Quantco/pre-commit-mirrors-mypy
rev: "1.2.0"
rev: "1.10.1"
hooks:
- id: mypy-conda
additional_dependencies: [-c, conda-forge, types-setuptools]
- repo: https://github.com/Quantco/pre-commit-mirrors-pyupgrade
rev: 3.4.0
rev: 3.15.2
hooks:
- id: pyupgrade-conda
args:
Expand Down
1 change: 1 addition & 0 deletions python/turbodbc/api_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Global constants as required by PEP-249:
https://www.python.org/dev/peps/pep-0249/#globals
"""

apilevel = "2.0"
threadsafety = 1
paramstyle = "qmark"

0 comments on commit 4c5fd38

Please sign in to comment.