diff --git a/pyproject.toml b/pyproject.toml index 6e40e8d..47955dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ ] classifiers = [ "Intended Audience :: Science/Research", - "License :: OSI Approved :: MIT License", + "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", @@ -99,8 +99,8 @@ ignore = [ "EM", "ERA001", # found commented out code "FBT001", # Boolean positional argument in function - "ISC001", "FBT002", # Boolean keyword argument in function + "ISC001", "NPY002", # TODO replace legacy np.random.seed "PLR", # pylint refactor "PLW2901", # Outer for loop variable overwritten by inner assignment target