Unverified Commit 91fb6d51 authored by pre-commit-ci[bot]'s avatar pre-commit-ci[bot] Committed by GitHub
Browse files

[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v4.4.0)
- [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](https://github.com/PyCQA/flake8/compare/5.0.4...6.0.0)
parent c5366b97
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@

repos:
  - repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v4.3.0
    rev: v4.4.0
    hooks:
      - id: trailing-whitespace
      - id: check-docstring-first
@@ -30,7 +30,7 @@ repos:
      - id: black
        args: ['--line-length=119']
  - repo: https://github.com/PyCQA/flake8
    rev: 5.0.4
    rev: 6.0.0
    hooks:
    - id: flake8
      exclude: |