Skip to content

Commit 1b4f4d2

Browse files
authored
docs: update README.rst (#925)
1 parent d27e051 commit 1b4f4d2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Some more unique features that are exclusive to our interactions include:
4141
- **Event-triggered callbacks**: whether a component, application command or interaction response, you'll never need to worry about bridging responses.
4242
- **Dual-way decorator logic**: a decorator can act as both a constructor for an interaction, as well as a callback.
4343
- **API-strict naming**: no more confusion with the naming approach of many libraries; we follow the naming style of interactions from the officially curated Discord Developers documentation.
44-
- **Extensive framework structure**: (**pending in** ``4.1.0``) build your own tools and technologies for our library to develop and integrate community creations.
44+
- **Extensive framework structure**: build your own tools and technologies for our library to develop and integrate community creations.
4545

4646
What do we not offer?
4747
*********************
@@ -65,11 +65,11 @@ Please read up on our `contribution requirements`_ for the project. This open-so
6565

6666
This open-source project utilizes the following workflows for development:
6767

68-
#. **pre-commit** ``2.16.0``: the architecture uses this before every commit to format and check for severity/QOL-breaking changes.
68+
#. **pre-commit** ``2.20.0``: the architecture uses this before every commit to format and check for severity/QOL-breaking changes.
6969

70-
#. **black** ``21.11b1``
71-
#. **flake8** ``3.9.2``
72-
#. **isort** ``5.9.3``
70+
#. **black** ``22.6.0``
71+
#. **flake8** ``4.0.1``
72+
#. **isort** ``5.10.1``
7373

7474
#. **Sphinx** ``4.1.2``: all of our documentation is powered off of autogenerated documentation of the Sphinx engine.
7575
#. **colorama** ``0.4.4``: our internal logger uses a customized coloring formatter to make looking for specific conditions easier when running tests.

0 commit comments

Comments
 (0)