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 4129b60 commit bae342aCopy full SHA for bae342a
docs/source/developer-guide.rst
@@ -169,6 +169,13 @@ then be sure to ask, either in the
169
`Community Forum <https://github.com/idom-team/idom/discussions>`__ or in your
170
:ref:`Pull Request <Making a Pull Request>`.
171
172
+.. note::
173
+
174
+ You can manually run ``nox -s format`` to auto format your code without having to
175
+ do so via ``pre-commit``. However, many IDEs have integrations for automatically
176
+ formatting upon saving a file
177
+ (e.g.`VSCode <https://code.visualstudio.com/docs/python/editing#_formatting>`__)
178
179
180
Building The Documentation
181
--------------------------
0 commit comments