Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lcnittl/DMFO
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5967aba29a5d4dbc8fcc24c602b2562a0d6d3afe
Choose a base ref
..
head repository: lcnittl/DMFO
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9116926f57ea521853f59a104b493214a647f6d2
Choose a head ref
Showing with 6 additions and 3 deletions.
  1. +2 −2 .pre-commit-config.yaml
  2. +4 −0 setup.cfg
  3. +0 −1 src/dmfo/constants/mso/__init__.py
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ repos:
hooks:
- id: setup-cfg-fmt
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.15.1
hooks:
- id: pyupgrade
args: [--py38-plus]
@@ -38,7 +38,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 24.1.1
rev: 24.2.0
hooks:
- id: black # black-jupyter
## >>> black and isort ##
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -7,6 +7,7 @@ url = https://github.com/lcnittl/DMFO
author = Christian Knittl-Frank
author_email = lcnittl@gmail.com
license = GPL-3.0
license_file = LICENSE
license_files = LICENSE
classifiers =
Development Status :: 3 - Alpha
@@ -17,6 +18,9 @@ classifiers =
Operating System :: Microsoft :: Windows :: Windows 10
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Utilities
download_url = http://pypi.python.org/pypi/DMFO
project_urls =
1 change: 0 additions & 1 deletion src/dmfo/constants/mso/__init__.py
Original file line number Diff line number Diff line change
@@ -12,7 +12,6 @@
del ModuleInfo
del _
"""

"""
from pathlib import Path