You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ tox -e ruffcheck
...
bris/__init__.py:10:1: E402 Module level import not at top of file
|
10 | from . import callbacks
| ^^^^^^^^^^^^^^^^^^^^^^^ E402
11 | from . import outputs
12 | from . import sources
...
$ tox -e prospector
...
bris/callbacks.py
Line: 10
pylint: import-error / Unable to import 'anemoi.utils.config'
Line: 62
pylint: arguments-renamed / Parameter 'filepath' has been renamed to 'lightning_checkpoint_filepath' in overriding 'NewModelCheckpoint._save_checkpoint' method (col 4)
Line: 70
pylint: protected-access / Access to a protected member _hparams of a client class (col 12)
...
The text was updated successfully, but these errors were encountered:
Using results from ruff and prospector.
The text was updated successfully, but these errors were encountered: