Skip to content

Commit

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

updates:
- [github.com/psf/black: 23.12.1 → 24.1.1](psf/black@23.12.1...24.1.1)

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

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

* Update .pre-commit-config.yaml

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Trevor James Smith <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and Zeitsperre authored Jan 30, 2024
1 parent 88b4f5d commit c5c5972
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,22 @@ repos:
- id: check-yaml
- id: double-quote-string-fixer

- repo: https://github.com/psf/black
rev: 23.12.1
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.1.1
hooks:
- id: black
args: ["--line-length", "100", "--skip-string-normalization"]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.1.0
- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
hooks:
- id: flake8

- repo: https://github.com/asottile/seed-isort-config
rev: v2.2.0
hooks:
- id: seed-isort-config

- repo: https://github.com/PyCQA/isort
rev: 5.13.2
hooks:
Expand Down
1 change: 0 additions & 1 deletion xncml/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
- tiled aggregations
"""


from __future__ import annotations

import datetime as dt
Expand Down

0 comments on commit c5c5972

Please sign in to comment.