Farama-Foundation / Minari

A standard format for offline reinforcement learning datasets, with popular reference datasets and related utilities
https://minari.farama.org
Other
266 stars 42 forks source link

Fix Black #203

Closed alexdavey closed 5 months ago

alexdavey commented 5 months ago

Description

The force-exclude setting for the Black configuration in pyproject.toml is a regex which was incorrectly set, matching and excluding a significant proportion of the codebase. This PR fixes that setting. The changes outside pyproject.toml are due to Black formatting.

Type of change