Skip to content

Commit

Permalink
⬆️🪝 update pre-commit hooks (#259)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/sirosen/texthooks: 0.4.0 →
0.5.0](sirosen/texthooks@0.4.0...0.5.0)
- [github.com/PyCQA/isort: 5.11.4 →
5.12.0](PyCQA/isort@5.11.4...5.12.0)
<!--pre-commit.ci end-->
  • Loading branch information
burgholzer authored Jan 30, 2023
2 parents 37722f2 + faa1d1b commit 90a3445
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repos:

# Handling unwanted unicode characters
- repo: https://github.com/sirosen/texthooks
rev: "0.4.0"
rev: "0.5.0"
hooks:
- id: fix-ligatures
- id: fix-smartquotes
Expand Down Expand Up @@ -59,7 +59,7 @@ repos:

# Sort includes
- repo: https://github.com/PyCQA/isort
rev: "5.11.4"
rev: "5.12.0"
hooks:
- id: isort

Expand Down

0 comments on commit 90a3445

Please sign in to comment.