summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2021-11-22 22:56:28 +0100
committerGitHub <noreply@github.com>2021-11-22 22:56:28 +0100
commit7ed1ee9df2a8f384fe2587dff44aba85ef289cf7 (patch)
tree007bd20edc6b02276d489dcb3d924b26406905a2
parent775c8f7acb97e50cd643b6e1a20042aa8cfa98a3 (diff)
downloadastroid-git-7ed1ee9df2a8f384fe2587dff44aba85ef289cf7.tar.gz
[pre-commit.ci] pre-commit autoupdate (#1274)
updates: - [github.com/asottile/pyupgrade: v2.29.0 → v2.29.1](https://github.com/asottile/pyupgrade/compare/v2.29.0...v2.29.1) - [github.com/psf/black: 21.10b0 → 21.11b1](https://github.com/psf/black/compare/21.10b0...21.11b1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-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 6c29a742..18b9bca4 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -21,7 +21,7 @@ repos:
- --remove-duplicate-keys
- --remove-unused-variables
- repo: https://github.com/asottile/pyupgrade
- rev: v2.29.0
+ rev: v2.29.1
hooks:
- id: pyupgrade
exclude: tests/testdata
@@ -37,7 +37,7 @@ repos:
- id: black-disable-checker
exclude: tests/unittest_nodes_lineno.py
- repo: https://github.com/psf/black
- rev: 21.10b0
+ rev: 21.11b1
hooks:
- id: black
args: [--safe, --quiet]