##// END OF EJS Templates
updated configs
super-admin -
r1155:95f3ddbb default
parent child Browse files
Show More
@@ -64,7 +64,7 b' workers = 6'
64 # Gunicorn access log level
64 # Gunicorn access log level
65 loglevel = 'info'
65 loglevel = 'info'
66
66
67 # Process name visible in process list
67 # Process name visible in a process list
68 proc_name = 'rhodecode_vcsserver'
68 proc_name = 'rhodecode_vcsserver'
69
69
70 # Type of worker class, one of `sync`, `gevent`
70 # Type of worker class, one of `sync`, `gevent`
@@ -50,5 +50,10 b' ignore = ['
50 # Same as Black.
50 # Same as Black.
51 line-length = 120
51 line-length = 120
52
52
53
53 [tool.ruff.isort]
54 [tool.ruff.isort]
54 known-first-party = ["vcsserver"]
55 known-first-party = ["vcsserver"]
56
57 [tool.black]
58 line-length = 120
59 target-version = ['py310', 'py311']
General Comments 0
You need to be logged in to leave comments. Login now