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 ed9606e commit dfd1753Copy full SHA for dfd1753
.clang-format
@@ -169,4 +169,4 @@ UseTab: Never
169
WhitespaceSensitiveMacros:
170
- STRINGIZE
171
- PP_STRINGIZE
172
- - BOOST_PP_STRINGIZE
+ - BOOST_PP_STRINGIZE
.gitignore
@@ -24,6 +24,7 @@ coverage.xml
24
# Python default .gitignore
25
##---------------------------------------------------
26
27
+
28
# Byte-compiled / optimized / DLL files
29
__pycache__/
30
*.py[cod]
@@ -252,4 +253,4 @@ poetry.toml
252
253
.ruff_cache/
254
255
# Project specific
-valgrind-python.supp
256
+valgrind-python.supp
0 commit comments