Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#271)
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/pyupgrade: v3.4.0 → v3.10.1](asottile/pyupgrade@v3.4.0...v3.10.1)
- [github.com/akaihola/darker: 1.7.1 → 1.7.2](akaihola/darker@1.7.1...1.7.2)
- [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Aug 4, 2023
1 parent 3965b1e commit 315e63e
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 @@ -22,7 +22,7 @@ repos:
exclude: conda-recipe/meta.yaml
- id: check-merge-conflict
- repo: https://github.com/asottile/pyupgrade
rev: v3.4.0
rev: v3.10.1
hooks:
- id: pyupgrade
args: ["--py37-plus"]
Expand All @@ -31,11 +31,11 @@ repos:
hooks:
- id: isort
- repo: https://github.com/akaihola/darker
rev: 1.7.1
rev: 1.7.2
hooks:
- id: darker
additional_dependencies: [black]
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8

0 comments on commit 315e63e

Please sign in to comment.