Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#303)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Jul 5, 2022
1 parent dabbed8 commit 7047e54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
@@ -1,7 +1,7 @@
exclude: '^($|.*\.bin)'
repos:
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.6.0
hooks:
- id: black
args: [--safe, --quiet]
Expand All @@ -19,7 +19,7 @@ repos:
language: python
additional_dependencies: [pygments, restructuredtext_lint]
- repo: https://github.com/asottile/reorder_python_imports
rev: v3.1.0
rev: v3.3.0
hooks:
- id: reorder-python-imports
args: ['--application-directories=.:src']
Expand Down

0 comments on commit 7047e54

Please sign in to comment.