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/Lucas-C/pre-commit-hooks: v1.2.0 → v1.5.4](Lucas-C/pre-commit-hooks@v1.2.0...v1.5.4)
- [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.2.0...v4.5.0)
- [github.com/pycqa/pydocstyle.git: 6.1.1 → 6.3.0](https://github.com/pycqa/pydocstyle.git/compare/6.1.1...6.3.0)
- [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.2.0...v4.5.0)
- [github.com/psf/black: 22.3.0 → 23.10.1](psf/black@22.3.0...23.10.1)
- [github.com/s-weigand/flake8-nb: v0.4.0 → v0.5.3](s-weigand/flake8-nb@v0.4.0...v0.5.3)
  • Loading branch information
pre-commit-ci[bot] authored Oct 30, 2023
1 parent f14ba2c commit 80affa4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
repos:
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.2.0
rev: v1.5.4
hooks:
- id: remove-tabs

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: check-merge-conflict
Expand All @@ -22,20 +22,20 @@ repos:
- id: debug-statements

- repo: https://github.com/pycqa/pydocstyle.git
rev: 6.1.1
rev: 6.3.0
hooks:
- id: pydocstyle

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.5.0
hooks:
- id: check-toml
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace

- repo: https://github.com/psf/black
rev: 22.3.0
rev: 23.10.1
hooks:
- id: black

Expand All @@ -46,7 +46,7 @@ repos:
# - id: check-manifest

- repo: https://github.com/s-weigand/flake8-nb
rev: v0.4.0
rev: v0.5.3
hooks:
- id: flake8-nb
additional_dependencies: ['pep8-naming']
Expand Down

0 comments on commit 80affa4

Please sign in to comment.