diff options
author | 2023-06-14 03:14:36 -0700 | |
---|---|---|
committer | 2023-06-14 11:14:36 +0100 | |
commit | cce218d8d8c460a073554e1830895e7f4cff89bb (patch) | |
tree | 9ad6359da6307ac8dc254b71c115591864d031ac /.pre-commit-config.yaml | |
parent | Merge pull request #998 from python-discord/dependabot/pip/pre-commit-3.3.3 (diff) |
pre-commit-hooks 2.5.0 -> 4.4.0 (#997)
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r-- | .pre-commit-config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 700dd0a0..9c48089d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.5.0 + rev: v4.4.0 hooks: - id: check-merge-conflict - id: check-toml |