Skip to content

Commit

Permalink
Manually update pre-commit hooks to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartin16 committed Nov 2, 2023
1 parent fea3716 commit 8121a2c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-toml
- id: check-yaml
Expand All @@ -14,15 +14,15 @@ repos:
- id: isort
additional_dependencies: [toml]
- repo: https://github.com/asottile/pyupgrade
rev: v3.9.0
rev: v3.15.0
hooks:
- id: pyupgrade
args: [--py38-plus]
- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.10.1
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
1 change: 1 addition & 0 deletions changes/63.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The pre-commit hooks were updated to their latest versions.

0 comments on commit 8121a2c

Please sign in to comment.