Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#1216)
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/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0)
- [github.com/sphinx-contrib/sphinx-lint: v0.6.6 → v0.6.7](sphinx-contrib/sphinx-lint@v0.6.6...v0.6.7)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Alan Crosswell <alan@columbia.edu>
  • Loading branch information
pre-commit-ci[bot] and n2ygk committed Dec 6, 2022
1 parent d3420e4 commit c0993e8
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
Expand Up @@ -5,7 +5,7 @@ repos:
- id: black
exclude: ^(oauth2_provider/migrations/|tests/migrations/)
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: check-ast
- id: trailing-whitespace
Expand All @@ -21,11 +21,11 @@ repos:
- id: isort
exclude: ^(oauth2_provider/migrations/|tests/migrations/)
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
rev: 6.0.0
hooks:
- id: flake8
exclude: ^(oauth2_provider/migrations/|tests/migrations/)
- repo: https://github.com/sphinx-contrib/sphinx-lint
rev: v0.6.6
rev: v0.6.7
hooks:
- id: sphinx-lint

0 comments on commit c0993e8

Please sign in to comment.