We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a4201c commit 001af45Copy full SHA for 001af45
CHANGELOG.rst
@@ -17,6 +17,7 @@ Unreleased
17
* Switched to ``black`` for python code formatting.
18
* Fix incompatible settings between ``black`` and ``flake8``.
19
* Updated Github Actions workflows to remove python 3.6 builds.
20
+* Replaced occurrences of ``raise Exception`` with more specific ``Exception`` subclasses.
21
22
**Fixed**
23
0 commit comments