diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3334628..fa44d68 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: hooks: - id: isort - repo: https://github.com/python/black.git - rev: 21.7b0 + rev: 22.3.0 hooks: - id: black language_version: python3 diff --git a/docs/source/conf.py b/docs/source/conf.py index ae65097..579ee37 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -64,10 +64,10 @@ source_suffix = ".rst" master_doc = "index" # General information about the project. -project = u"TripleO" -copyright = u"2016, RDO CI Team" -bug_tracker = u"Bugzilla" -bug_tracker_url = u"https://bugzilla.redhat.com" +project = "TripleO" +copyright = "2016, RDO CI Team" +bug_tracker = "Bugzilla" +bug_tracker_url = "https://bugzilla.redhat.com" # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the