Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#10)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/commitizen-tools/commitizen: 3.12.0 → v3.13.0](commitizen-tools/commitizen@3.12.0...v3.13.0)
- [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.3](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.3)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Dec 5, 2023
1 parent 8efe2b7 commit cfd28bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repos:
# Versioning: Commit messages & changelog
- repo: https://github.com/commitizen-tools/commitizen
rev: 3.12.0
rev: v3.13.0
hooks:
- id: commitizen
stages: [commit-msg]
Expand All @@ -22,7 +22,7 @@ repos:

# Autoformat: YAML, JSON, Markdown, etc.
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
rev: v4.0.0-alpha.3
hooks:
- id: prettier
args: [--ignore-unknown, --no-error-on-unmatched-pattern, "!chart/**"]
Expand Down
6 changes: 3 additions & 3 deletions osm_rawdata/postgres.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,9 +325,9 @@ def createSQL(
return sql

def createTable(
self,
sql: str,
):
self,
sql: str,
):
"""Create a table in the database
Args:
Expand Down

0 comments on commit cfd28bc

Please sign in to comment.