Skip to content

Commit

Permalink
Merge pull request #46 from gocept/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
sallner committed Sep 21, 2022
2 parents f4190d6 + 4129fd0 commit 2dc8149
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 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.2.0
rev: v4.3.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -11,14 +11,14 @@ repos:
- id: debug-statements
language_version: python3
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 5.0.4
hooks:
- id: flake8
language_version: python3
additional_dependencies: [flake8-typing-imports==1.9.0]
args: ["--per-file-ignores=src/gocept/pytestlayer/tests/test_integration.py:E501"]
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v1.6.0
rev: v1.7.0
hooks:
- id: autopep8
- repo: https://github.com/PyCQA/isort
Expand All @@ -43,8 +43,9 @@ repos:
files: ^[^(doc)].*rst
language: python
additional_dependencies: [pygments, restructuredtext_lint]
- repo: https://github.com/myint/rstcheck
rev: 'v5.0.0'
- repo: https://github.com/rstcheck/rstcheck
rev: 'v6.1.0'
hooks:
- id: rstcheck
args: [--ignore-messages, Duplicate implicit target name ]
additional_dependencies: [sphinx]
args: [--ignore-messages, 'Duplicate implicit target name' ]

0 comments on commit 2dc8149

Please sign in to comment.