Revision 0f584269b8f15d6ebf4370821711f545dc8ec24f authored by Roman Donchenko on 07 November 2023, 15:50:47 UTC, committed by GitHub on 07 November 2023, 15:50:47 UTC
It's been deprecated in 3.12, and `fromtimestamp` is easier to use
anyway.

In addition, drop the pytz dependency, since the UTC time zone is
available in the standard library.
1 parent 3774e85
Raw File
.stylelintrc.json
{
  "extends": "stylelint-config-standard-scss",
  "rules": {
    "scss/comment-no-empty": null,
    "value-keyword-case": null,
    "color-function-notation": ["legacy"],
    "scss/at-extend-no-missing-placeholder": null,
    "no-descending-specificity": null
  },
  "ignoreFiles": ["**/*.js", "**/*.ts", "**/*.py"]
}
back to top