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-01-31 19:07:59 +0000
committerGitHub <noreply@github.com>2022-01-31 19:07:59 +0000
commit7ab4dfa0822d07dcb72b32d9047bc62b2b65c436 (patch)
tree2bdaef626536ad010b36bd7005d86525a82b4d0e /.pre-commit-config.yaml
parent49dfe39ed05448bb76797b19ba16bc791799a3f3 (diff)
downloadsetuptools-scm-7ab4dfa0822d07dcb72b32d9047bc62b2b65c436.tar.gz
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 21.12b0 → 22.1.0](https://github.com/psf/black/compare/21.12b0...22.1.0) - [github.com/asottile/reorder_python_imports: v2.6.0 → v2.7.1](https://github.com/asottile/reorder_python_imports/compare/v2.6.0...v2.7.1)
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 88a610f..0eb965d 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,11 +1,11 @@
repos:
- repo: https://github.com/psf/black
- rev: 21.12b0
+ rev: 22.1.0
hooks:
- id: black
args: [--safe, --quiet]
- repo: https://github.com/asottile/reorder_python_imports
- rev: v2.6.0
+ rev: v2.7.1
hooks:
- id: reorder-python-imports
args: [ "--application-directories=.:src" , --py3-plus]