This website requires JavaScript.
Explore
Help
Sign In
OpenCloud
/
MatrixSynapse
mirror of
https://github.com/matrix-org/synapse
Watch
1
Star
0
Fork
You've already forked MatrixSynapse
0
Code
Issues
Releases
Wiki
Activity
5f72ea1bde
MatrixSynapse
/
setup.cfg
10 lines
118 B
INI
Raw
Normal View
History
Unescape
Escape
Fix manifest. Ignore contrib and docs directories when checking manifest against source control.
2015-01-22 15:32:51 +01:00
[check-manifest]
ignore
=
Add a list of hashes to ignore during git blame. (#9560) The hashes are from commits due to auto-formatting, e.g. running black. git can be configured to use this automatically by running the following: git config blame.ignoreRevsFile .git-blame-ignore-revs
2021-03-09 13:34:55 +01:00
.git-blame-ignore-revs
Fix manifest. Ignore contrib and docs directories when checking manifest against source control.
2015-01-22 15:32:51 +01:00
contrib
contrib/*
docs/*
pylint.cfg
tox.ini
Add max-line-length to the flake8 section of setup.cfg
2015-08-13 14:12:33 +02:00