===================
Added
-----
- Tools for easy creation of differently scoped Git repository fixtures for tests.
Helps speed up parameterized tests that need a Git repository, especially on Windows
where Git process forks are comically expensive. The ``test_git.py`` test module now
makes use of this and runs in 9s instead of 18s on one Windows laptop.
- Unit tests of configuration file options for `darkgraylib.config.load_config`.
Fixed
-----
- Keep Pylint below version 3.3.0 until we drop support for Python 3.8.
- Don't convert ``log_level = "<string>"`` in the configuration file to an integer.
- Add the ``quiet = <bool>`` configuration file option.