Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0)
- [github.com/jorisroovers/gitlint: v0.17.0 → v0.18.0](jorisroovers/gitlint@v0.17.0...v0.18.0)
- [github.com/editorconfig-checker/editorconfig-checker.python: 2.6.1 → 2.6.2](editorconfig-checker/editorconfig-checker.python@2.6.1...2.6.2)
  • Loading branch information
pre-commit-ci[bot] authored Dec 5, 2022
1 parent 2c53cfc commit af65c7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.3.0
rev: v4.4.0
hooks:
- id: check-added-large-files
- id: fix-byte-order-marker
Expand Down Expand Up @@ -31,13 +31,13 @@ repos:
additional_dependencies:
- tomli
- repo: https://github.com/jorisroovers/gitlint
rev: v0.17.0
rev: v0.18.0
hooks:
- id: gitlint
args:
- --msg-filename
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: 2.6.1
rev: 2.6.2
hooks:
- id: editorconfig-checker
- repo: https://github.com/jumanjihouse/pre-commit-hooks
Expand Down

0 comments on commit af65c7f

Please sign in to comment.