Skip to content

Commit

Permalink
Merge pull request #313 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 Apr 9, 2024
2 parents 12473d1 + e3d53f7 commit 564d08c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-added-large-files
- id: check-docstring-first
Expand Down Expand Up @@ -50,7 +50,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.3.4'
rev: 'v0.3.5'
hooks:
- id: ruff
- repo: https://github.com/PyCQA/flake8
Expand Down
2 changes: 1 addition & 1 deletion tests/styles_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def test_icon_style_with_hot_spot_enum_strict(self) -> None:
"<kml:scale>5</kml:scale><kml:heading>20</kml:heading><kml:Icon>"
"<kml:href>http://example.com/icon.png</kml:href></kml:Icon>"
'<kml:hotSpot x="0.5" y="0.7" xunits="Fraction" yunits="Insetpixels"/>'
"</kml:IconStyle>"
"</kml:IconStyle>",
)

def test_line_style(self) -> None:
Expand Down

0 comments on commit 564d08c

Please sign in to comment.