summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerene <33189705+Serene-Arc@users.noreply.github.com>2023-11-24 14:10:44 +1000
committerGitHub <noreply@github.com>2023-11-24 14:10:44 +1000
commit2032729375ea713b6e8e03650b49f64e5c61ae1d (patch)
treecd1c5b176f6e0fab09f1849982d79397dd32e8ef
parent36454a3883c9e5c656805152d2220e9496a7455c (diff)
parent28bfd58cf3d8a8086884c69de8e8222d3593a215 (diff)
Merge pull request #5005 from Serene-Arc/precommit_update
-rw-r--r--.pre-commit-config.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 5c198159f..3fdc00bb3 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -3,12 +3,12 @@
repos:
- repo: https://github.com/psf/black
- rev: 22.12.0
+ rev: 23.11.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
- rev: 5.11.4
+ rev: 5.12.0
hooks:
- id: isort
name: isort (python)