Skip to content

Commit

Permalink
Upgrade pre-commit dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Apr 12, 2024
1 parent 931bd72 commit 73e26b5
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.15.2
hooks:
- id: pyupgrade
args: [--py38-plus]
Expand All @@ -19,9 +19,9 @@ repos:
hooks:
- id: flake8
additional_dependencies:
- flake8-bugbear==23.12.2
- flake8-bugbear==24.2.6
- flake8-comprehensions==3.14.0
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.38.0
rev: v0.39.0
hooks:
- id: markdownlint

0 comments on commit 73e26b5

Please # to comment.