Skip to content

Commit

Permalink
exclude buggy flake8-bugbear version
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Apr 23, 2024
1 parent a563142 commit 380898e
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 @@ -14,7 +14,7 @@ repos:
language: pygrep

- repo: https://github.com/psf/black
rev: 24.3.0
rev: 24.4.0
hooks:
- id: black
name: black
Expand All @@ -41,7 +41,7 @@ repos:
hooks:
- id: blackdoc
description: "Black for doctests"
additional_dependencies: ["black==24.3.0"]
additional_dependencies: ["black==24.4.0"]
- id: blackdoc-autoupdate-black


Expand All @@ -50,7 +50,7 @@ repos:
hooks:
- id: flake8
additional_dependencies:
- flake8-bugbear
- flake8-bugbear!=24.4.21
- flake8-comprehensions
- flake8-simplify

Expand Down

0 comments on commit 380898e

Please sign in to comment.