Skip to content

Commit

Permalink
fix: dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
severinsimmler committed Jul 19, 2024
1 parent 04b32c8 commit a08e439
Show file tree
Hide file tree
Showing 6 changed files with 211 additions and 309 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ dmypy.json
# Pyre type checker
.pyre/

.vscode
.vscode
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
default_stages: [commit]
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: end-of-file-fixer
stages: [commit]
Expand All @@ -10,6 +10,6 @@ repos:
stages: [commit]

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.0.284'
rev: 'v0.5.3'
hooks:
- id: ruff
4 changes: 2 additions & 2 deletions databank/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from databank.core import Database
from databank.query import QueryCollection
from databank.core import Database as Database
from databank.query import QueryCollection as QueryCollection
Loading

0 comments on commit a08e439

Please sign in to comment.