Skip to content

Commit

Permalink
Merge pull request #83 from populse/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
servoz authored Dec 28, 2023
2 parents 2fe97c9 + 9a8d1c9 commit ba8e6cf
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/psf/black
rev: 23.12.0
rev: 23.12.1
hooks: # code formatter
- id: black
language: python
Expand Down
1 change: 0 additions & 1 deletion python/populse_db/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
from datetime import date, datetime, time

import six

from populse_db.engine import engine_factory

# Field types
Expand Down
3 changes: 1 addition & 2 deletions python/populse_db/engine/sqlite.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@
import uuid

import dateutil
import six

import populse_db.database as pdb
import six
from populse_db.engine import Engine
from populse_db.filter import FilterToQuery, filter_parser

Expand Down
1 change: 0 additions & 1 deletion python/populse_db/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
import dateutil.parser
import six
from lark import Lark, Transformer

from populse_db.database import ListWithKeys

# The grammar (in Lark format) used to parse filter strings:
Expand Down

0 comments on commit ba8e6cf

Please sign in to comment.