Skip to content

Commit

Permalink
Merge pull request #333 from cleder/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
cleder committed Jul 2, 2024
2 parents 2210254 + 429cf45 commit 87e505b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.4.10'
rev: 'v0.5.0'
hooks:
- id: ruff
- repo: https://github.com/PyCQA/flake8
Expand All @@ -74,12 +74,12 @@ repos:
hooks:
- id: rstcheck
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.0
rev: v1.10.1
hooks:
- id: mypy
additional_dependencies: [pygeoif>=1.4, arrow, pytest]
- repo: https://github.com/adamchainz/blacken-docs
rev: "1.16.0"
rev: "1.18.0"
hooks:
- id: blacken-docs
# - repo: https://github.com/Lucas-C/pre-commit-hooks-markup
Expand Down
2 changes: 1 addition & 1 deletion fastkml/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def handle_error(
).decode(
"UTF-8",
)
serialized_node = config.etree.tostring( #
serialized_node = config.etree.tostring(
node,
encoding="UTF-8",
).decode(
Expand Down

0 comments on commit 87e505b

Please sign in to comment.