Skip to content

Commit

Permalink
pre-commit: add flake8-no-print to flake8 and also update pre-commit …
Browse files Browse the repository at this point in the history
…version
  • Loading branch information
mofosyne committed Apr 10, 2024
1 parent 5480bec commit baddc3f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
exclude: prompts/.*.txt
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 7.0.0
hooks:
- id: flake8
additional_dependencies: [flake8-no-print]

0 comments on commit baddc3f

Please sign in to comment.