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/pre-commit/pre-commit-hooks: v4.1.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.1.0...v4.5.0)
- [github.com/Lucas-C/pre-commit-hooks: v1.1.13 → v1.5.4](Lucas-C/pre-commit-hooks@v1.1.13...v1.5.4)
- [github.com/psf/black: 22.3.0 → 23.11.0](psf/black@22.3.0...23.11.0)
- [github.com/PyCQA/flake8: 4.0.1 → 6.1.0](PyCQA/flake8@4.0.1...6.1.0)
  • Loading branch information
pre-commit-ci[bot] authored Nov 13, 2023
1 parent 5097a17 commit 06dd7f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.1.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: check-merge-conflict
Expand All @@ -19,17 +19,17 @@ repos:
- id: debug-statements

- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.13
rev: v1.5.4
hooks:
- id: remove-tabs

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

- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 6.1.0
hooks:
- id: flake8
additional_dependencies:
Expand Down

0 comments on commit 06dd7f8

Please sign in to comment.