We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 615b8e7 commit 7b1c56bCopy full SHA for 7b1c56b
README.rst
@@ -103,3 +103,19 @@ The following flake8 options are added:
103
Used to prevent false N805 errors.
104
105
Default: ``staticmethod``.
106
+
107
+FAQ
108
+---
109
110
+How do I configure ``classmethod_decorators`` to recognize `SQLAlchemy`_ class methods?
111
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
112
113
+::
114
115
+ classmethod_decorators =
116
+ classmethod
117
+ declared_attr
118
+ expression
119
+ comparator
120
121
+.. _SQLAlchemy: https://www.sqlalchemy.org/
0 commit comments