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-09-06 01:16:29 +0000
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-09-06 06:17:16 +0200
commit58af36bb3ac8a93f30dc5bfd0fe90f8a2f61c32a (patch)
tree2d3100b06d2d59492e85cc12c40aaafad33c1507 /.pre-commit-config.yaml
parent3a0b104e3a2c29fa57c187675d497102149c2750 (diff)
downloadastroid-git-58af36bb3ac8a93f30dc5bfd0fe90f8a2f61c32a.tar.gz
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/myint/autoflake: v1.5.1 → v1.5.3](https://github.com/myint/autoflake/compare/v1.5.1...v1.5.3) - [github.com/psf/black: 22.6.0 → 22.8.0](https://github.com/psf/black/compare/22.6.0...22.8.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 84c3e7ca..08dd2208 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
- id: end-of-file-fixer
exclude: tests/testdata
- repo: https://github.com/myint/autoflake
- rev: v1.5.1
+ rev: v1.5.3
hooks:
- id: autoflake
exclude: tests/testdata|astroid/__init__.py|astroid/scoped_nodes.py|astroid/node_classes.py
@@ -44,7 +44,7 @@ repos:
- id: black-disable-checker
exclude: tests/unittest_nodes_lineno.py
- repo: https://github.com/psf/black
- rev: 22.6.0
+ rev: 22.8.0
hooks:
- id: black
args: [--safe, --quiet]