mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-20 05:07:34 +02:00
Compare commits
3 Commits
cd544a9b68
...
2e1a5cbfe1
Author | SHA1 | Date | |
---|---|---|---|
2e1a5cbfe1 | |||
5120a7aff8 | |||
08c7aa838a |
@ -44,7 +44,7 @@ repos:
|
||||
|
||||
# GitHub Actions etc. configuration validity checking
|
||||
- repo: https://github.com/python-jsonschema/check-jsonschema
|
||||
rev: 0.24.0
|
||||
rev: 0.24.1
|
||||
hooks:
|
||||
#- id: check-dependabot
|
||||
#- id: check-github-actions
|
||||
@ -68,16 +68,17 @@ repos:
|
||||
|
||||
# prettier, opinionated code formatter
|
||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||
rev: "v3.0.1"
|
||||
rev: "v3.0.2"
|
||||
hooks:
|
||||
- id: prettier
|
||||
exclude_types: [python, pyi, jupyter]
|
||||
additional_dependencies:
|
||||
[
|
||||
"prettier@3.0.1",
|
||||
"prettier-plugin-nginx@1.0.3",
|
||||
"prettier-plugin-toml@1.0.0",
|
||||
]
|
||||
exclude_types:
|
||||
[python, pyi, jupyter]
|
||||
#additional_dependencies:
|
||||
#[
|
||||
#"prettier@3.0.1",
|
||||
#"prettier-plugin-nginx@1.0.3",
|
||||
#"prettier-plugin-toml@1.0.0",
|
||||
#]
|
||||
|
||||
# Black, opinionated Python code formatter
|
||||
# - repo: https://github.com/psf/black
|
||||
|
6
etc/chrony/conf.d/ca-certificates.conf
Normal file
6
etc/chrony/conf.d/ca-certificates.conf
Normal file
@ -0,0 +1,6 @@
|
||||
# CA-certificates for Chrony to trust NTS servers. Can be specified multiple
|
||||
# times
|
||||
# Debian
|
||||
ntstrustedcerts /etc/ssl/certs/ca-certificates.crt
|
||||
# Fedora
|
||||
ntstrustedcerts /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
|
@ -1 +1 @@
|
||||
Subproject commit bef49977bc3bed3ae530598b154aa8e40228ffd4
|
||||
Subproject commit 76323d51bb6416377fdde9b75b999ca0f71cbb16
|
Loading…
x
Reference in New Issue
Block a user