summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.pre-commit-config.yaml2
-rw-r--r--setup.cfg8
2 files changed, 5 insertions, 5 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 66a040f..08aef91 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -9,7 +9,7 @@ default_language_version:
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: ebc15addedad713c86ef18ae9632c88e187dd0af # v3.1.0
+ rev: 9136088a246768144165fcc3ecc3d31bb686920a # v3.3.0
hooks:
- id: trailing-whitespace
# Replaces or checks mixed line ending
diff --git a/setup.cfg b/setup.cfg
index a4f1a07..d4c97c6 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,12 +1,12 @@
[metadata]
name = oslo.messaging
author = OpenStack
-author-email = openstack-discuss@lists.openstack.org
+author_email = openstack-discuss@lists.openstack.org
summary = Oslo Messaging API
-description-file =
+description_file =
README.rst
-home-page = https://docs.openstack.org/oslo.messaging/latest/
-python-requires = >=3.6
+home_page = https://docs.openstack.org/oslo.messaging/latest/
+python_requires = >=3.6
classifier =
Environment :: OpenStack
Intended Audience :: Developers