Run pre-commit.

This commit is contained in:
Fabio Caccamo
2022-12-11 23:07:11 +01:00
parent df6e330747
commit 9c1af23785
45 changed files with 20 additions and 70 deletions
@@ -6,5 +6,3 @@ labels: enhancement
assignees: fabiocaccamo
---
+1 -1
View File
@@ -1,4 +1,4 @@
include LICENSE.txt
include README.md
recursive-include admin_interface *
recursive-exclude * *.pyc __pycache__ .DS_Store
recursive-exclude * *.pyc __pycache__ .DS_Store
@@ -35,4 +35,4 @@
"recent_actions_visible": true
}
}
]
]
@@ -35,4 +35,4 @@
"recent_actions_visible": true
}
}
]
]
@@ -35,4 +35,4 @@
"recent_actions_visible": true
}
}
]
]
+1 -1
View File
@@ -35,4 +35,4 @@
"recent_actions_visible": true
}
}
]
]
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
import colorfield.fields
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
import colorfield.fields
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
import colorfield.fields
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import migrations
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import migrations, models
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
import colorfield.fields
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import migrations, models
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import migrations, models
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import migrations, models
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import migrations, models
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
import colorfield.fields
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
import colorfield.fields
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import migrations, models
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import migrations, models
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import migrations, models
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import migrations, models
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import migrations, models
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import migrations, models
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import migrations, models
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
import colorfield.fields
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.core.validators import FileExtensionValidator
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import migrations, models
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import migrations, models
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import migrations
+1 -1
View File
@@ -17,4 +17,4 @@ if (typeof(django) !== 'undefined' && typeof(django.jQuery) !== 'undefined') {
});
});
})(django.jQuery);
}
}
@@ -596,4 +596,4 @@ body.admin-interface .paginator a.showall:visited {
.admin-interface .aligned .form-row .file-upload input[type="file"] {
margin-top: 5px;
}
}
}
@@ -123,4 +123,4 @@ https://github.com/Ikimea/ckeditor-light-theme
.admin-interface .tabular .cke_contents {
height: 90px !important;
}
}
}
@@ -92,4 +92,4 @@
.admin-interface.sticky-submit.change-form:not(.popup) #main.shifted > #nav-sidebar + .content .submit-row:last-of-type {
width: calc(100% - 359px);
}
}
}
@@ -69,4 +69,4 @@
height: auto;
margin: 0;
padding: 0 15px 0 0;
}
}
@@ -22,4 +22,4 @@
.admin-interface #changelist-filter .admindatefilter input[type="button"]:hover,
.admin-interface #changelist-filter .admindatefilter input[type="reset"]:hover {
color: var(--admin-interface-module-link-hover-color);
}
}
@@ -1,3 +1,3 @@
.admin-interface textarea.tinymce ~ p.help {
margin-top:5px !important;
}
}
@@ -910,4 +910,4 @@
this.Favico = Favico;
}
})();
})();
File diff suppressed because one or more lines are too long
@@ -32,4 +32,4 @@
moduleEl.classList.add('foldable-apps-ready');
}
};
})();
})();
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
File diff suppressed because one or more lines are too long
@@ -19,4 +19,4 @@
break;
}
})();
})();
@@ -12,4 +12,4 @@
{% endif %}>
</script>
</body>
</html>
</html>
+1 -1
View File
@@ -1,2 +1,2 @@
[metadata]
description-file = README.md
description-file = README.md