Skip to content

Commit 7d729c9

Browse files
committed
cleanup
1 parent afd10c1 commit 7d729c9

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

.env renamed to .env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# FLYVIS_ROOT_DIR='data'
55

66
# This is to change the timezone for the loggers.
7-
# TIMEZONE=Europe/Berlin
8-
TIMEZONE=America/New_York
7+
TIMEZONE=Europe/Berlin
8+
# TIMEZONE=America/New_York
99

1010
# This is to set the testing flag.
1111
TESTING=FALSE

.pylintrc

Lines changed: 0 additions & 5 deletions
This file was deleted.

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,6 @@ select = ["E", "F", "W", "B", "SIM", "I"]
136136
preview = true
137137
quote-style = "preserve"
138138

139-
[tool.pylint."MESSAGES CONTROL"]
140-
disable = """"""
141-
142139
# Pytest configuration
143140
[tool.pytest.ini_options]
144141
markers = [

0 commit comments

Comments
 (0)