summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2023-04-03 21:58:52 +0000
committerGitHub <noreply@github.com>2023-04-03 21:58:52 +0000
commitca9349aa120116e2bd815fe31a5d0b6ea7112e03 (patch)
tree17a57a35fb9ee1a3fa0faeb4ebb1b020b5488c4a
parent1c45ec4e46d6257011b6e55888c5efb8470e4049 (diff)
downloadrdflib-pre-commit-ci-update-config.tar.gz
[pre-commit.ci] pre-commit autoupdatepre-commit-ci-update-config
updates: - [github.com/pycqa/isort: 5.11.5 → 5.12.0](https://github.com/pycqa/isort/compare/5.11.5...5.12.0) - [github.com/psf/black: refs/tags/23.1.0:refs/tags/23.1.0 → 23.3.0](https://github.com/psf/black/compare/refs/tags/23.1.0:refs/tags/23.1.0...23.3.0)
-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 6e05165b..cb0de84c 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -7,7 +7,7 @@ ci:
# https://pre-commit.com/#adding-pre-commit-plugins-to-your-project
repos:
- repo: https://github.com/pycqa/isort
- rev: 5.11.5
+ rev: 5.12.0
hooks:
- id: isort
# This is here to defer file selection to isort which will do it based on
@@ -18,7 +18,7 @@ repos:
- repo: https://github.com/psf/black
# WARNING: version should be the same as in `pyproject.toml`
# Using git ref spec because of https://github.com/psf/black/issues/2493
- rev: 'refs/tags/23.1.0:refs/tags/23.1.0'
+ rev: '23.3.0'
hooks:
- id: black
pass_filenames: false