Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lappalainenj committed Nov 20, 2024
1 parent afd10c1 commit 7d729c9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .env → .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# FLYVIS_ROOT_DIR='data'

# This is to change the timezone for the loggers.
# TIMEZONE=Europe/Berlin
TIMEZONE=America/New_York
TIMEZONE=Europe/Berlin
# TIMEZONE=America/New_York

# This is to set the testing flag.
TESTING=FALSE
5 changes: 0 additions & 5 deletions .pylintrc

This file was deleted.

3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,6 @@ select = ["E", "F", "W", "B", "SIM", "I"]
preview = true
quote-style = "preserve"

[tool.pylint."MESSAGES CONTROL"]
disable = """"""

# Pytest configuration
[tool.pytest.ini_options]
markers = [
Expand Down

0 comments on commit 7d729c9

Please sign in to comment.