summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2022-12-27 04:26:10 +0000
committerDaniël van Noord <13665637+DanielNoord@users.noreply.github.com>2022-12-27 09:01:19 +0100
commit3a257f56630929974f0a5a9f3b39908342095433 (patch)
tree4599377578030c7a7bd78222fb22d39aa3ef34ce /.pre-commit-config.yaml
parentdbb12524d75b7bb79215e9c3b6c20d15e9a7a7d6 (diff)
downloadpylint-git-3a257f56630929974f0a5a9f3b39908342095433.tar.gz
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: v5.11.3 → 5.11.4](https://github.com/PyCQA/isort/compare/v5.11.3...5.11.4) - [github.com/psf/black: 23.1a1 → 22.12.0](https://github.com/psf/black/compare/23.1a1...22.12.0)
Diffstat (limited to '.pre-commit-config.yaml')
-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 9689d319e..e1cb78621 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -39,12 +39,12 @@ repos:
args: [--py37-plus]
exclude: *fixtures
- repo: https://github.com/PyCQA/isort
- rev: v5.11.3
+ rev: 5.11.4
hooks:
- id: isort
exclude: doc/data/messages/(r/reimported|w/wrong-import-order|u/ungrouped-imports|m/misplaced-future|m/multiple-imports)/bad.py
- repo: https://github.com/psf/black
- rev: 23.1a1
+ rev: 22.12.0
hooks:
- id: black
args: [--safe, --quiet]