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 571dda0 commit 4a781bcCopy full SHA for 4a781bc
.pre-commit-config.yaml
@@ -11,7 +11,7 @@ repos:
11
- id: isort
12
# language_version: python3.6
13
- repo: https://github.com/ambv/black
14
- rev: 20.8b1
+ rev: 22.3.0
15
hooks:
16
- id: black
17
- repo: https://github.com/pre-commit/pre-commit-hooks
src/rpdk/core/__init__.py
@@ -1,5 +1,5 @@
1
import logging
2
3
-__version__ = "0.2.24"
+__version__ = "0.2.25"
4
5
logging.getLogger(__name__).addHandler(logging.NullHandler())
0 commit comments