Flake8 for docs, test, bin

This commit is contained in:
Jamie Hardt
2025-01-05 12:16:16 -08:00
parent 2adff6dd01
commit 2be779fe53
4 changed files with 87 additions and 82 deletions

View File

@@ -12,22 +12,20 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
import os
import sys
sys.path.insert(0, os.path.abspath('../..'))
import pycmx
# -- Project information -----------------------------------------------------
project = u'pycmx'
copyright = u'(c) 2023, Jamie Hardt'
copyright = u'(c) 2025, Jamie Hardt'
author = u'Jamie Hardt'
# The short X.Y version
version = pycmx.__version__
# The full version, including alpha/beta/rc tags
release = pycmx.__version__
# -- General configuration ---------------------------------------------------