Skip to content

Commit aab5280

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.1.0 → 23.10.1](psf/black@23.1.0...23.10.1) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0) - [github.com/pre-commit/mirrors-mypy.git: v1.1.1 → v1.6.1](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.1.1...v1.6.1)
1 parent fc8cd42 commit aab5280

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
repos:
33
- repo: https://github.com/psf/black
4-
rev: 23.1.0
4+
rev: 23.10.1
55
hooks:
66
- id: black
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.4.0
8+
rev: v4.5.0
99
hooks:
1010
- id: end-of-file-fixer
1111
- id: trailing-whitespace
@@ -17,11 +17,11 @@ repos:
1717
- id: check-yaml
1818
files: .*\.(yaml|yml)$
1919
- repo: https://github.com/PyCQA/flake8
20-
rev: 6.0.0
20+
rev: 6.1.0
2121
hooks:
2222
- id: flake8
2323
- repo: https://github.com/pre-commit/mirrors-mypy.git
24-
rev: v1.1.1
24+
rev: v1.6.1
2525
hooks:
2626
- id: mypy
2727
- repo: https://github.com/openstack-dev/bashate.git

0 commit comments

Comments
 (0)