Commit graph

309 commits

Author SHA1 Message Date
Christopher Pickering
e81cb9cc64
fixed #139, updated tests 2021-11-19 09:43:59 +01:00
Christopher Pickering
615eb180d7
fixed #126 2021-11-16 12:46:07 +01:00
Christopher Pickering
ed81405734
updated version 2021-11-16 11:54:15 +01:00
Christopher Pickering
703907fadd
fixed pyproject.toml 2021-11-16 11:53:19 +01:00
Christopher Pickering
507dae9b50
fixed #75, added test 2021-11-16 11:49:25 +01:00
Christopher Pickering
b2b26e9ee1
fixed #26, added test 2021-11-16 11:40:29 +01:00
Christopher Pickering
7c7cac916f
added rule H029, closes #125 2021-11-16 11:28:35 +01:00
Christopher Pickering
19acc02cda
added rule T028. closes #128 2021-11-16 11:17:51 +01:00
Christopher Pickering
fee2c1c72b
fixed #137, added test 2021-11-16 10:58:57 +01:00
Christopher Pickering
c39693c7df
added rule T027. closes #134 2021-11-15 16:47:36 +01:00
Christopher Pickering
5eddca90fe
updated version 2021-11-15 10:19:54 +01:00
sur.la.route
af61b9b2f8
Merge pull request #136 from Rjevski/pre-commit-hook
Make the repo a pre-commit hook.
2021-11-12 08:49:51 +01:00
Christopher Pickering
dc44cfdded
added note to pre-commit docs 2021-11-12 08:48:25 +01:00
sur.la.route
32b8838f09
Merge pull request #135 from TonyRippy/master
Updates PyYAML to 6.0.
2021-11-12 08:36:55 +01:00
Andre Borie
a8af2856a3 Make the repo a pre-commit hook. 2021-11-12 01:30:16 +00:00
Tony Rippy
59186f1843 Updates PyYAML to 6.0. 2021-11-10 19:12:49 -05:00
Christopher Pickering
5e8107cbf2
updated changelog 2021-11-02 08:47:34 +01:00
sur.la.route
7d42a1151d
Merge pull request #133 from jayvdb/fix-gitignore-test
Fix gitignore test
2021-11-02 08:46:24 +01:00
Christopher Pickering
ca04184a52
removed blank toml file 2021-11-02 08:45:46 +01:00
John Vandenberg
927a2ccc5b Add Python 3.10 testing 2021-10-29 20:48:00 +08:00
John Vandenberg
375c3f9ec4 tests(gitignore): Fix test
The gitignore loader was not loading the generated .gitignore
because it only looks for it in the project root.
2021-10-29 19:49:54 +08:00
John Vandenberg
5392565580 settings.py: Fix docstring spelling 2021-10-29 19:49:30 +08:00
Christopher Pickering
00ce3a43d1
updated release 2021-10-29 12:01:43 +03:00
Christopher Pickering
9a57551c7a
fixed test for github 2021-10-29 11:55:20 +03:00
Christopher Pickering
0111614913
closes #102, added test. 2021-10-29 11:42:39 +03:00
Christopher Pickering
d1cc73d083
fixed #132, added test 2021-10-29 10:02:48 +03:00
Christopher Pickering
4e62259936
fixed #130, added tests 2021-10-29 09:54:20 +03:00
Christopher Pickering
77db0be1c2
adds a fix and test for #101 2021-10-28 14:39:38 +03:00
Christopher Pickering
85ed2a89b4
updated docs for #127 2021-10-28 14:00:16 +03:00
Christopher Pickering
dd134f9459
fixed #129, added tests 2021-10-28 13:55:20 +03:00
Christopher Pickering
a12b2d63dd
fixed #131, added test 2021-10-28 13:42:51 +03:00
Christopher Pickering
87226f629c
updated version 2021-10-15 09:18:02 +03:00
Christopher Pickering
a0847aaec9
updated blank lines setup 2021-10-15 09:15:00 +03:00
Christopher Pickering
535eb9d659
closes #121, added tests 2021-10-14 14:53:47 +03:00
Christopher Pickering
be5652f012
fixed #108, added test 2021-10-14 14:20:30 +03:00
Christopher Pickering
7d4e4920bc
fixed #118, added test 2021-10-14 14:15:25 +03:00
Christopher Pickering
00ed6b18d2
added default sort by filename. closes #109 2021-10-14 13:56:51 +03:00
Christopher Pickering
35c7026a85
fixed #106, added test 2021-10-14 13:40:23 +03:00
Christopher Pickering
84a182595c
fixed #110, added test 2021-10-14 13:37:21 +03:00
Christopher Pickering
e0fed97e70
fixed #112, added tests 2021-10-14 13:31:45 +03:00
Christopher Pickering
ca87bb7d22
closes #115. added test 2021-10-14 13:30:24 +03:00
Christopher Pickering
f5334bb931
restructured code. closes #111 2021-10-14 13:19:48 +03:00
Christopher Pickering
3ab0eab278
fixed #116, added test 2021-10-14 09:17:31 +03:00
Christopher Pickering
17e29a79cf
split bug reports 2021-10-14 09:09:39 +03:00
Christopher Pickering
ac5c59a6fd
Merge branch 'master' of github.com:Riverside-Healthcare/djLint 2021-10-13 18:11:30 +03:00
Christopher Pickering
e308991059
started next release changelog. 2021-10-13 18:11:02 +03:00
sur.la.route
ed899525cb
Merge pull request #120 from hrjakobsen/require_pragma
Add require_pragma option
2021-10-13 18:10:07 +03:00
Christopher Pickering
545d5c0e3f
updated docs 2021-10-13 18:09:27 +03:00
Christopher Pickering
7815db42ea
fixed typo 2021-10-13 18:07:46 +03:00
Mathias Jakobsen
ed3951838f
Add require_pragma option
This patch adds a configuration option for requiring files to have a
pragma comment at the beginning of the file in order to reformat the
file. This behaviour is useful for a slow adoption of the tool instead
of requiring the whole codebase to be converted at once.

The patch also contains tests for the different kinds of supported
pragma comments, based on the profile defined for the project.
2021-10-13 15:30:10 +01:00