Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/pytest-approx-eq-7.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Middledot authored Sep 22, 2023
2 parents bbb28a4 + 7de4582 commit 75df22f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:
# - --remove-duplicate-keys
# - --remove-unused-variables
- repo: https://github.com/asottile/pyupgrade
rev: v3.10.1
rev: v3.11.0
hooks:
- id: pyupgrade
args: [--py38-plus]
Expand All @@ -28,7 +28,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.9.1
hooks:
- id: black
args: [--safe, --quiet]
Expand Down

0 comments on commit 75df22f

Please sign in to comment.