Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- git://github.com/pre-commit/pre-commit-hooks → https://github.com/pre-commit/pre-commit-hooks
- git://github.com/asottile/reorder_python_imports → https://github.com/asottile/reorder-python-imports
- [github.com/asottile/reorder-python-imports: ab361ca1e4dfaeea0c4eab464c799e02cb306ab3 → v3.12.0](asottile/reorder-python-imports@ab361ca...v3.12.0)
- git://github.com/guykisel/pre-commit-robotframework-tidy → https://github.com/guykisel/pre-commit-robotframework-tidy
- [github.com/guykisel/pre-commit-robotframework-tidy: 07d9ed1dea81d8c0abc783a8f3469ca01801004b → 178d2190fa733d8f4d3f72fed9db6e75a9f65d35](guykisel/pre-commit-robotframework-tidy@07d9ed1...178d219)
- git://github.com/guykisel/prospector-mirror → https://github.com/guykisel/prospector-mirror
- [github.com/guykisel/prospector-mirror: 00fbd80101566b1b9c873c71f2ab7b95b8bd0a7d → 7ff847e779347033ebbd9e3b88279e7f3a998b45](guykisel/prospector-mirror@00fbd80...7ff847e)
  • Loading branch information
pre-commit-ci[bot] authored Oct 9, 2023
1 parent 0ca192c commit f85adea
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- repo: git://github.com/pre-commit/pre-commit-hooks
sha: fea9b2ece73cfac7e0246e6d84bcd1dfce5bce1b
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: fea9b2ece73cfac7e0246e6d84bcd1dfce5bce1b
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -20,15 +21,15 @@
args:
- --max-line-length=100
- --max-complexity=10
- repo: git://github.com/asottile/reorder_python_imports
sha: ab361ca1e4dfaeea0c4eab464c799e02cb306ab3
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.12.0
hooks:
- id: reorder-python-imports
- repo: git://github.com/guykisel/pre-commit-robotframework-tidy
sha: 07d9ed1dea81d8c0abc783a8f3469ca01801004b
- repo: https://github.com/guykisel/pre-commit-robotframework-tidy
rev: 178d2190fa733d8f4d3f72fed9db6e75a9f65d35
hooks:
- id: robotframework-tidy-wrapper
- repo: git://github.com/guykisel/prospector-mirror
sha: 00fbd80101566b1b9c873c71f2ab7b95b8bd0a7d
- repo: https://github.com/guykisel/prospector-mirror
rev: 7ff847e779347033ebbd9e3b88279e7f3a998b45
hooks:
- id: prospector

0 comments on commit f85adea

Please sign in to comment.