Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ci:
autoupdate_schedule: "quarterly"
repos:
- repo: https://github.com/PyCQA/autoflake
rev: v2.2.1
rev: v2.3.1
hooks:
- id: autoflake
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
Expand All @@ -15,7 +15,7 @@ repos:
args: ['--sp','setup.cfg']
exclude: ".*(.fits|.fts|.fit|.nc|.gz|.txt|tca.*|extern.*|.rst|.md|docs/conf.py)$"
- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.3.0
hooks:
- id: black
exclude: ".*(.fits|.fts|.fit|.nc|.gz|.txt|tca.*|extern.*|.rst|.md)$"
Expand Down
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Configuration file for the Sphinx documentation builder.
"""

# -- stdlib imports ------------------------------------------------------------
import os
import datetime
Expand Down
1 change: 1 addition & 0 deletions sunkit_instruments/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* Documentation: https://docs.sunpy.org/projects/sunkit-instruments/en/latest/
* Source code: https://github.com/sunpy/sunkit-instruments
"""

import sys

from .version import version as __version__ # NOQA
Expand Down
1 change: 1 addition & 0 deletions sunkit_instruments/data/test/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
This package contains all of sunkit-instruments's test data.
"""

import fnmatch
import glob
import os
Expand Down
1 change: 1 addition & 0 deletions sunkit_instruments/fermi/fermi.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
This module provides processing routines for Fermi Gamma-ray Space Telescope
(FGST), formerly called the Gamma-ray Large Area Space Telescope (GLAST).
"""

import copy
import os
import tempfile
Expand Down
1 change: 1 addition & 0 deletions sunkit_instruments/iris/iris.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
More comprehensive IRIS tools are now being developed by the
`IRIS instrument team. <https://gitlab.com/LMSAL_HUB/iris_hub>`__
"""

import sunpy.io
import sunpy.map
import sunpy.time
Expand Down
1 change: 1 addition & 0 deletions sunkit_instruments/lyra/lyra.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
This module provides processing routines for data captured with the LYRA (Lyman
Alpha Radiometer) instrument on Proba-2.
"""

import copy
import csv
import datetime
Expand Down