summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2023-03-14 19:43:31 +0100
committerGitHub <noreply@github.com>2023-03-14 19:43:31 +0100
commitce07459e1e6cd636dd3c4bb26b7cadeec8de6001 (patch)
treefe6d6bdec9a9b8fa3ced6f6f11a52b4bc6c5a3c1 /doc
parent886da706f0f88df667099dad915a581338779ef1 (diff)
downloadastroid-git-ce07459e1e6cd636dd3c4bb26b7cadeec8de6001.tar.gz
Upgrade pre-commit configuration and move to ruff (#2057)
Diffstat (limited to 'doc')
-rw-r--r--doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 8c5a03af..0811e867 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -62,7 +62,7 @@ copyright = f"2003-{current_year}, Logilab, PyCQA and contributors"
# built documents.
#
# The short X.Y version.
-from astroid.__pkginfo__ import __version__
+from astroid.__pkginfo__ import __version__ # noqa
# The full version, including alpha/beta/rc tags.
release = __version__