We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc8cd42 commit aab5280Copy full SHA for aab5280
.pre-commit-config.yaml
@@ -1,11 +1,11 @@
1
---
2
repos:
3
- repo: https://github.com/psf/black
4
- rev: 23.1.0
+ rev: 23.10.1
5
hooks:
6
- id: black
7
- repo: https://github.com/pre-commit/pre-commit-hooks
8
- rev: v4.4.0
+ rev: v4.5.0
9
10
- id: end-of-file-fixer
11
- id: trailing-whitespace
@@ -17,11 +17,11 @@ repos:
17
- id: check-yaml
18
files: .*\.(yaml|yml)$
19
- repo: https://github.com/PyCQA/flake8
20
- rev: 6.0.0
+ rev: 6.1.0
21
22
- id: flake8
23
- repo: https://github.com/pre-commit/mirrors-mypy.git
24
- rev: v1.1.1
+ rev: v1.6.1
25
26
- id: mypy
27
- repo: https://github.com/openstack-dev/bashate.git
0 commit comments