Skip to content

Commit 39f560d

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "pre-commit: Bump linter versions"
2 parents edcf1ed + 7116d8e commit 39f560d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ default_language_version:
44
python: python3
55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.4.0
7+
rev: v4.5.0
88
hooks:
99
- id: trailing-whitespace
1010
- id: mixed-line-ending
@@ -37,12 +37,12 @@ repos:
3737
- id: autopep8
3838
files: '^.*\.py$'
3939
- repo: https://github.com/codespell-project/codespell
40-
rev: v2.2.4
40+
rev: v2.2.6
4141
hooks:
4242
- id: codespell
4343
args: ['--ignore-words=doc/dictionary.txt']
4444
- repo: https://github.com/pre-commit/mirrors-mypy
45-
rev: v1.4.1
45+
rev: v1.7.1
4646
hooks:
4747
- id: mypy
4848
additional_dependencies:

nova/compute/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9345,7 +9345,7 @@ def _post_live_migration(self, ctxt, instance, dest,
93459345
# _post_live_migration_remove_source_vol_connections() to clean up
93469346
# source volume connections and prevent potential data leaks. We
93479347
# therefore activate the port bindings in a try block, and, regardless
9348-
# of any expcetions during that process, clean up volume connections in
9348+
# of any exceptions during that process, clean up volume connections in
93499349
# a finally block.
93509350
try:
93519351
# NOTE(artom) At this point in time we have not bound the ports to

0 commit comments

Comments
 (0)