Skip to content

Commit

Permalink
Merge pull request #1917 from landlab/mcflugen/fix-b909-lint-error
Browse files Browse the repository at this point in the history
Exclude buggy flake8-bugbear version that reports B909 false positives
  • Loading branch information
mcflugen committed Apr 23, 2024
2 parents a563142 + 380898e commit d8b2823
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 d8b2823

Please sign in to comment.